efiacor | 9b53268 | 2019-11-06 11:08:54 +0000 | [diff] [blame] | 1 | # requirements.txt |
2 | # | ||||
3 | # installs dependencies from ./setup.py, and the package itself, | ||||
4 | # in editable mode | ||||
5 | # -e . | ||||
6 | |||||
7 | # (the -e above is optional). you could also just install the package | ||||
8 | # normally with just the line below (after uncommenting) | ||||
9 | . |