Skip to content

Commit

Permalink
Update README instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberiaResurrection committed Sep 22, 2024
1 parent 75d7438 commit 424bb83
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ To support the back-end map generation stuff:

The back-end map-generation stuff needs compiling with:

cd {PACKAGE_ROOT}
python PyRoute/Pathfinding/setup.py build-ext --inplace
cd {PACKAGE_ROOT}/PyRoute/Pathfinding/
python3 setup.py build_ext --inplace

For the math and layout of hex maps, I recommend the
[Hexagonal Grids](http://www.redblobgames.com/grids/hexagons/) page which contains every item you
Expand Down

0 comments on commit 424bb83

Please sign in to comment.