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
3 changes: 2 additions & 1 deletion install_starknet_pathfinder_node.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ python3 -m venv .venv

source .venv/bin/activate

PIP_REQUIRE_VIRTUALENV=true pip install --upgrade pip
#Since pathfinder 0.40.The method of setting up Python dependencies has changed a few releases ago, now you have to run this:
PIP_REQUIRE_VIRTUALENV=true pip install -e .[dev]

PIP_REQUIRE_VIRTUALENV=true pip install -r requirements-dev.txt

Expand Down