Skip to content

Commit

Permalink
Merge pull request #4 from ardizzone/master
Browse files Browse the repository at this point in the history
Added FrEIA 0.2 requirement
  • Loading branch information
RayDeeA authored Apr 16, 2021
2 parents d0b1727 + bcea603 commit 04b2ab9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ python3 -m venv .
source bin/activate
pip install -r requirements.txt
```
Clone and install FrEIA in editable mode:
Clone and install FrEIA 0.2 (**Note:** the newest version is currently incompatible):
```sh
git clone git@github.com:VLL-HD/FrEIA.git
pip install -e FrEIA
git clone https://github.com/VLL-HD/FrEIA.git
cd FrEIA
git checkout v0.2
python setup.py develop
```
In this way, any changes made to FrEIA are reflected immediately without reinstallation of the package.

Expand Down

0 comments on commit 04b2ab9

Please sign in to comment.