Skip to content

Commit

Permalink
Update installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Sep 21, 2020
1 parent 8bcfd76 commit 8c8666c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,13 @@ Or download the `tarball`_:
$ curl -OJL https://github.com/kiudee/chess-tuning-tools/tarball/master
Once you have a copy of the source, you can install it with:
Once you have a copy of the source, you can install it using `poetry`_:

.. code-block:: console
$ python setup.py install
$ poetry install
.. _Github repo: https://github.com/kiudee/chess-tuning-tools
.. _tarball: https://github.com/kiudee/chess-tuning-tools/tarball/master
.. _poetry: https://python-poetry.org/

0 comments on commit 8c8666c

Please sign in to comment.