Update README.md

This commit is contained in:
Shunichi09 2021-05-28 14:49:20 +09:00 committed by GitHub
parent f057d2669e
commit a0f9d219f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 9 deletions

View File

@ -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