Closed lumi-a closed 3 months ago
It's useful to have a requirements.txt in your project, from which all the dependencies can be installed viapip install -r requirements.txt. This PR adds that file, and build-instructions to the README.
requirements.txt
pip install -r requirements.txt
It's useful to have a
requirements.txt
in your project, from which all the dependencies can be installed viapip install -r requirements.txt
. This PR adds that file, and build-instructions to the README.