Skip to content

Commit

Permalink
updated install in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ghost-ng committed Jan 4, 2024
1 parent ed0b5f4 commit 701b6f6
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,18 +160,23 @@ Example Usage: run -c|-f [script]
## Installation
Clone the repository and install the required dependencies:
Clone the repository and install using one of the below methods:
### Using this Repo
```bash
git clone https://github.com/ghost-ng/slinger.git
cd slinger
pip install -r requirements.txt
pip install .
export PATH=~/.local/bin:$PATH #if not already done
```
### Using the Distribution Packages
pip install slinger-_._._.tar.gz
```bash
pip install slinger-version.tar.gz
export PATH=~/.local/bin:$PATH #if not already done
```
## TODO
Expand Down

0 comments on commit 701b6f6

Please sign in to comment.