Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MrNkolima authored Nov 14, 2022
1 parent 9fbd802 commit 01c29fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,18 @@ Features
You can install 'NECTA-TOOL' in your system.

* 'git clone https://github.com/MrNkolima/NECTA-TOOL.git'
* 'pip install bs4'
* 'pip install nectaapi'
* 'pip install tabulate'
* 'pip install requests'
* 'cd NECTA-TOOL'
* 'chmod +x install'
* 'sh install'

Or install in one line
<details>

``` git clone https://github.com/MrNkolima/NECTA-TOOL.git && cd NECTA-TOOL && chmod +x install && sh install ```
``` git clone https://github.com/MrNkolima/NECTA-TOOL.git && pip install nectaapi && pip install tabulate && pip install requests &&pip install bs4 && cd NECTA-TOOL && chmod +x install && sh install ```

</details>

Expand Down

0 comments on commit 01c29fa

Please sign in to comment.