Skip to content

Commit

Permalink
workaround for pyyaml installation issue close #53
Browse files Browse the repository at this point in the history
  • Loading branch information
bulbozaur committed Sep 11, 2023
1 parent c51c524 commit a0f488b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ To use the tools that this project provides, please pull the repository from Git
git clone https://github.com/lidofinance/easy-track
cd easy-track
npm install

# in case of pyyaml installation issue, it should be installed manually
# see issue for details https://github.com/yaml/pyyaml/issues/601
poetry run pip install "cython<3.0" pyyaml==5.4.1 --no-build-isolation

poetry install
poetry shell
```
Expand Down

0 comments on commit a0f488b

Please sign in to comment.