Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
AstroSayan authored Aug 28, 2021
1 parent a5e538c commit e47cc17
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ This module is dedicated for calculating different Step response analysis factor
i) Open Anaconda Prompt.
ii) Write the following command:
`pip install stepanalyzer`
iii) import `stepresponse` to your program.
iii) import `stepanalyzer` to your program.
2. For Jupyter Notebook or Google colab:
i) Add `pip install stepanalyzer` before writing the program.
i) Add `!pip install stepanalyzer` before writing the program.
ii) import `stepanalyzer` to your program.
3. For system installation;
i) Write the following command in prompt at proper path:
`pip install stepanalyzer`
ii) import `stepanalyzer` to your program.

## For usage example refer `test_example.py` file.
## For more information about the package visit [stepanalyzer package](https://pypi.org/project/stepanalyser/).
## For more information about the package visit [stepanalyzer package](https://pypi.org/project/stepanalyzer/).

0 comments on commit e47cc17

Please sign in to comment.