From e47cc17af9fd97497f0c1dfc96f32adc4198d1a4 Mon Sep 17 00:00:00 2001 From: Sayan Das <47113876+AstroSayan@users.noreply.github.com> Date: Sat, 28 Aug 2021 14:58:58 +0530 Subject: [PATCH] updated --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 649a2dc..35b85cc 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ 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: @@ -35,4 +35,4 @@ This module is dedicated for calculating different Step response analysis factor 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/).