Difference between revisions of "Nicescad"
Jump to navigation
Jump to search
| Line 12: | Line 12: | ||
|storemode=property | |storemode=property | ||
}} | }} | ||
| − | + | {{pip|nicescad}} | |
| − | |||
| − | |||
Revision as of 17:41, 19 July 2023
OsProject
| OsProject | |
|---|---|
| id | nicescad |
| state | active |
| owner | WolfgangFahl |
| title | nicescad |
| url | https://github.com/WolfgangFahl/nicescad |
| version | 0.0.1 |
| description | |
| date | 2023-07-19 |
| since | 2023-07-19 |
| until | |
Installation
pip install nicescad
# alternatively if your pip is not a python3 pip
pip3 install nicescad
# local install from source directory of nicescad
pip install .
upgrade
pip install nicescad -U
# alternatively if your pip is not a python3 pip
pip3 install nicescad -U