Improve install instructions

This commit is contained in:
Roger Maitland 2023-02-13 14:07:19 -05:00
parent 7eb673a0fe
commit 90f92ce6dc

View file

@ -14,7 +14,7 @@ There is a [***Discord***](https://discord.com/invite/Bj9AQPsCfx) server (shared
To install **build123d** from github:
```
python3 -m pip install git+https://github.com/gumyr/build123d.git@pyproject.toml
python3 -m pip install git+https://github.com/gumyr/build123d
```
Development install
```