Use Pipenv to replace virtualenv, pip, and requirements.txt:
Install with pip install pipenv
Open shell with
pipenv shell
Exit shell with
exit
The requirements.txt file is replaced with Pipfile.lock.
Install requirements with pipenv install and update requirements with pipenv lock
jessiejofielding/OrangePages
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|