Skip to content

Commit

Permalink
Merge pull request #601 from joukewitteveen/patch-2
Browse files Browse the repository at this point in the history
docs: drop toml dependency from development.rst
  • Loading branch information
takluyver committed Oct 3, 2022
2 parents 8ed08f4 + 54867f9 commit ba77115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/development.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ To get a development installation of Flit itself::

git clone https://github.com/pypa/flit.git
cd flit
python3 -m pip install docutils requests toml
python3 -m pip install docutils requests
python3 bootstrap_dev.py

This links Flit into the current Python environment, so you can make changes
Expand Down

0 comments on commit ba77115

Please sign in to comment.