Skip to content

Commit

Permalink
docs: Note build requirement for poetry<2
Browse files Browse the repository at this point in the history
  • Loading branch information
A. Riddell authored and riddell-stan committed Feb 5, 2025
1 parent 2bb63be commit ab39766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ If your system uses a different kind of CPU, you should be able to install from
make

# Build the httpstan wheel on your system
python3 -m pip install poetry
python -m pip install "poetry~=1.7.1"
python3 -m poetry build

# Install the wheel
Expand Down

0 comments on commit ab39766

Please sign in to comment.