Skip to content

Commit

Permalink
remove docs about poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
zonca committed Jun 30, 2021
1 parent 00e1f96 commit cf805dd
Showing 1 changed file with 4 additions and 19 deletions.
23 changes: 4 additions & 19 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -81,34 +81,19 @@ Optionally replace with a newer anaconda environment::
Development install
-------------------

The development version is available in the `master` branch of the `GitHub repository <https://github.com/healpy/pysm>`_,
The development version is available in the `main` branch of the `GitHub repository <https://github.com/healpy/pysm>`_,
you can clone and install it with::

pip install .

A development installation as `pip install -e` is not supported by `poetry`.
Create a development installation with::

pip install -e

Execute the unit tests with::

pytest

Develop with poetry
-------------------

In order to have a reproducible environment, you can use `poetry`.

`poetry` also manages dependencies and a local virtualenv.

`Install poetry <https://python-poetry.org/docs/#installation>`_

Install the specific requirements used for develoment with::

poetry install

Run tests in the `poetry` environment::

poetry run pytest

Tutorials
=========

0 comments on commit cf805dd

Please # to comment.