Default Python project.
Go to file Use this template
felixm 859d76c73a Fix install command in readme 2023-06-10 14:19:18 -04:00
src Add pipenv environment 2023-06-10 14:14:43 -04:00
.gitignore Initial commit 2023-06-10 20:04:45 +02:00
LICENSE Initial commit 2023-06-10 20:04:45 +02:00
Pipfile Add pipenv environment 2023-06-10 14:14:43 -04:00
README.md Fix install command in readme 2023-06-10 14:19:18 -04:00
main.py Add pipenv environment 2023-06-10 14:14:43 -04:00

README.md

defaultpy

Default Python project.

Run pipenv install -dev to install all packages.

Run pipenv shell to get venv shell.

Run pipenv install <package> to install a package.