Skip to content

Commit

Permalink
docs: fix link adn build development help
Browse files Browse the repository at this point in the history
  • Loading branch information
mdsanima committed Aug 18, 2021
1 parent d269987 commit 661838c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/mdsanima-dev?style=flat)
![Lines of code](https://img.shields.io/tokei/lines/github/mdsanima-dev/mdsanima-dev?style=flat)
![GitHub top language](https://img.shields.io/github/languages/top/mdsanima-dev/mdsanima-dev)
[![Downloads](https://pepy.tech/badge/mdsanima-dev)](https://pepy.tech/project/mdsanima-dev)

This is a **mdsanima-dev** developer page. Here you can find various python
modules. So let me show something.
Expand Down Expand Up @@ -59,7 +60,7 @@ python3 setup.py install

## Develempent

Help instruction for development. Check [documentation](https://mdsanima-dev.github.io/mdsanima-dev/docs/html/development.html)
Help instruction for development. Check [documentation](https://mdsanima-dev.github.io/mdsanima-dev/html/development.html)
for workflow release and more info.

### Build documentation
Expand Down
6 changes: 3 additions & 3 deletions docs/source/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ create an installable Python Package from your `code` and send it to `PyPi`.
Build Setpu:

```shell
python3 setup.py install
python3.7 setup.py install
python3.8 setup.py install
sudo python3 setup.py install
sudo python3.7 setup.py install
sudo python3.8 setup.py install
```

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

0 comments on commit 661838c

Please sign in to comment.