Initial commit

This commit is contained in:
2023-06-18 17:03:48 +02:00
commit b6de0e5514
6 changed files with 219 additions and 0 deletions

10
README.md Normal file
View File

@@ -0,0 +1,10 @@
# 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.