Run poetry publish on GitHub actions
This commit is contained in:
parent
b92d871acf
commit
dd868cce4d
3 changed files with 66 additions and 1 deletions
|
|
@ -21,5 +21,21 @@ Python 3.9 or newer is needed.
|
|||
The package depends only on core Python (incl. the standard library).
|
||||
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
`lalib`_ is available on `PyPI`_ via `pip`_:
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ pip install lalib
|
||||
|
||||
It is recommended to install the package into a `virtual environment`_.
|
||||
|
||||
|
||||
.. _standard library: https://docs.python.org/3/library/index.html
|
||||
.. _lalib: https://github.com/webartifex/lalib
|
||||
.. _pip: https://pip.pypa.io/en/stable/
|
||||
.. _pypi: https://pypi.org/
|
||||
.. _python: https://docs.python.org/3/
|
||||
.. _virtual environment: https://docs.python.org/3/tutorial/venv.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue