blob: a60bdc68bc242d9100992907730b61c08bc11bfe (
plain)
1
2
3
4
5
6
7
8
9
|
# requirements.txt
#
# installs dependencies from ./setup.py, and the package itself,
# in editable mode
# -e .
# (the -e above is optional). you could also just install the package
# normally with just the line below (after uncommenting)
.
|