7 lines
200 B
Plaintext
7 lines
200 B
Plaintext
# This requirements.txt file simply hits the setup.py file and
|
|
# installs the 'install_requires' python modules, the magic command
|
|
# to do that is simply '-e .': so here it is
|
|
|
|
# Amazing command
|
|
-e .
|