Update readme
This commit is contained in:
parent
b52fe0f7f0
commit
3483b5e27c
21
README.md
21
README.md
|
@ -1,23 +1,20 @@
|
|||
# Solid-Python-Demo
|
||||
|
||||
## Setup
|
||||
|
||||
```git clone git@git.chch.tech:python/Solid-Python-Demo.git```
|
||||
|
||||
```cd Solid-Python-Demo```
|
||||
|
||||
```pip3 install pipenv```
|
||||
|
||||
```pipenv sync```
|
||||
|
||||
|
||||
## Install Openscad
|
||||
|
||||
https://openscad.org/downloads.html
|
||||
|
||||
## Setup
|
||||
|
||||
```git clone git@git.technical.kiwi:python/Solid-Python-Demo.git```
|
||||
|
||||
```cd Solid-Python-Demo```
|
||||
|
||||
```pip3 install -r requirements.txt```
|
||||
|
||||
## Start Jupyter
|
||||
|
||||
```pipenv run start```
|
||||
```jupyter lab solidpython.ipynb```
|
||||
|
||||
|
||||
https://github.com/nickc92/ViewSCAD
|
||||
|
|
Loading…
Reference in New Issue