Closed AMichaelP closed 1 year ago
update requirements.txt to include minimal requirements and allowing the use of pip install -e . in a fresh venv environment.
requirements.txt
pip install -e .
venv
Thanks for the PR, I'll test this, this weekend. Looks pretty straight forward so I can likely get it merged as well.
update
requirements.txt
to include minimal requirements and allowing the use ofpip install -e .
in a freshvenv
environment.