Fork the repository to your own account.
Clone the repository to a suitable location on your local machine.
$git clone https://github.com/loanzen/falcon-auth.git
To update the project from within the project's folder you can run the following command:
$git pull --rebase
Install the project's dependencies.
$pip install -r requirements.txt
$pip install -r requirements-dev.txt
I'm always looking for suggestions to improve this project. If you have a suggestion for improving an existing feature, or would like to suggest a completely new feature, please file an issue with my Github repository
You may file bug reports on Github Issues
Along with my desire to hear your feedback and suggestions, I'm also interested in accepting direct assistance in the form of new code or documentation. Please feel free to file pull requests against my Github repository