Inital commit

This commit is contained in:
2021-08-23 18:52:49 +12:00
parent db18d7c9c7
commit c1a45b481c
4 changed files with 1103 additions and 0 deletions

18
Pipfile Normal file
View File

@@ -0,0 +1,18 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
jupyter = "*"
solidpython = "*"
viewscad = "*"
[requires]
python_version = "3.8"
[scripts]
start = "jupyter notebook solidpython.ipynb"