panda3d-editor icon indicating copy to clipboard operation
panda3d-editor copied to clipboard

requirements.txt

Open sHaggYcaT opened this issue 3 years ago • 1 comments

Please include requirements.txt

sHaggYcaT avatar Feb 15 '22 01:02 sHaggYcaT

@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

frainfreeze avatar Feb 15 '22 19:02 frainfreeze