Skip to content

Commit

Permalink
added 'pip install --upgrade pip' to setup.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Aug 4, 2024
1 parent f3d0f2f commit 0e6211d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ cd ..
echo "---------- Finished Setting up Veneto Raster ----------"

# generate truth data using rasterstats
pip install --upgrade pip
pip install pipenv
pipenv install fiona rasterio rasterstats
pipenv run python3 create_expected_truth_data.py
Expand Down

0 comments on commit 0e6211d

Please sign in to comment.