Jan Philipp Timme a0ff6fe601 | ||
---|---|---|
shorturl | ||
.gitignore | ||
README.md | ||
manage.py | ||
requirements.txt |
README.md
How to start
Create and enter a python virtualenv:
python -m venv shorturl
source shorturl/bin/activate
Upgrade pip
pip install --upgrade pip
Enter the project folder
cd /path/to/shorturl-project
Install project dependencies
pip install -r requirements.txt