Skip to content

Commit

Permalink
πŸ“ Improve installation guide in README
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-rozet committed Mar 11, 2021
1 parent f467070 commit 4dcb651
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,14 @@ pip install piqa
Alternatively, if you need the latest features, you can install it using

```bash
git clone https://github.com/francois-rozet/piqa
cd piqa
python setup.py install
pip install git+https://github.com/francois-rozet/piqa
```

or copy the package directly to your project, with

```bash
git clone https://github.com/francois-rozet/piqa
cd piqa
cp -R piqa <path/to/project>/piqa
cp -R piqa/piqa <path/to/project>/piqa
```

## Documentation
Expand Down

0 comments on commit 4dcb651

Please sign in to comment.