Skip to content

Commit

Permalink
README: Update about installation process using pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatdalton committed Jul 29, 2021
1 parent 57a157d commit 8fb112c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,16 @@ Resolve-IT is a command line tool that fetches Stack Overflow results when an ex

That's pretty easy. Follow the following setup steps:

You can install this tool in either of the following ways:

```
virtualenv venv
source venv/bin/activate
pip install Resolve-IT
```

or

```
git clone https://github.com/akshatdalton/Resolve-IT.git
virtualenv venv
Expand Down

0 comments on commit 8fb112c

Please sign in to comment.