Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,9 @@ Clone the repo:
```
git clone [email protected]:kelsdoerksen/airPy.git
```
Navigate to the airPy folder and install the package using `pip`.
Navigate to the airPy folder and install the package and dependencies using `pip`.
```
pip install airpy
```
Install package dependencies using
```
pip install -r requirements.txt
pip install . -r requirements.txt
```


Expand Down