Skip to content

Commit

Permalink
docs(gh-pages): build setup fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Aug 13, 2021
1 parent aa5c70a commit 29a63e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ create an installable Python Package from your `code` and send it to `PyPi`.
Build Setpu:

```shell
python3 setup.py sdist bdist_wheel
python3 setup.py install
python3.7 setup.py install
python3.8 setup.py install
```

It created some new directories for us, such as `dist`, `build`
Expand Down

0 comments on commit 29a63e0

Please sign in to comment.