Skip to content

Commit

Permalink
Add beta releases to installation.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
kiudee committed Sep 23, 2020
1 parent 8c8666c commit 5181d0e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,19 @@ you through the process.
.. _Python installation guide: http://docs.python-guide.org/en/latest/starting/installation/


Beta release
------------

To give testers early access to new functionality, we will usually release
beta versions to `PyPI`_. To install a beta version, run this command in your
terminal (version is an example):

.. code-block:: console
$ pip install chess-tuning-tools==0.6.0b2
From sources
------------

Expand Down Expand Up @@ -51,3 +64,4 @@ Once you have a copy of the source, you can install it using `poetry`_:
.. _Github repo: https://github.com/kiudee/chess-tuning-tools
.. _tarball: https://github.com/kiudee/chess-tuning-tools/tarball/master
.. _poetry: https://python-poetry.org/
.. _PyPI: https://pypi.org/project/chess-tuning-tools/

0 comments on commit 5181d0e

Please sign in to comment.