Update README.md
This commit is contained in:
parent
f057d2669e
commit
a0f9d219f5
12
README.md
12
README.md
|
@ -83,25 +83,19 @@ You could know abount our environmets more in [Environments.md](Environments.md)
|
||||||
## To install this package
|
## To install this package
|
||||||
|
|
||||||
```
|
```
|
||||||
python setup.py install
|
$ pip install PythonLinearNonlinearControl
|
||||||
```
|
|
||||||
|
|
||||||
or
|
|
||||||
|
|
||||||
```
|
|
||||||
pip install .
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## When developing the package
|
## When developing the package
|
||||||
|
|
||||||
```
|
```
|
||||||
python setup.py develop
|
$ python setup.py develop
|
||||||
```
|
```
|
||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
```
|
```
|
||||||
pip install -e .
|
$ pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
# Basic concepts
|
# Basic concepts
|
||||||
|
|
Loading…
Reference in New Issue