Skip to content
Merged
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
4 changes: 2 additions & 2 deletions documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Quick start instructions for GNU/Linux and macOS (bash)::
pip install numpy
here=$(pwd)
cmake -S lungsim -B build-lungsim -D Python_EXECUTABLE=$here/venv-aether/bin/python
cd lungsim-build
cd build-lungsim
make
pip install -e src/bindings/python

Expand All @@ -39,7 +39,7 @@ Quick start instructions for Windows (cmd)::
pip install --upgrade pip
pip install numpy
cmake -S lungsim -B build-lungsim -D Python_EXECUTABLE=%cd%/venv-aether/Scripts/python
cd lungsim-build
cd build-lungsim
cmake --build . --config Release
pip install -e src/bindings/python/Release

Expand Down