panda3d-editor
panda3d-editor copied to clipboard
requirements.txt
Please include requirements.txt
@sHaggYcaT this project is using poetry (instead of pip) to handle dependencies - see poetry docs for installation of poetry on your machine. I also recommend using virtual environment (see more here). Once you have poetry installed can run poetry install
to install dependencies, just like you would with pip install -r requirements.txt
If for whatever reason you still need requirements.txt you can generate them using poetry: poetry export -f requirements.txt --output requirements.txt