Skip to content

Commit ca4f9b5

Browse files
committed
doc: small improvements to installation documentation
1 parent 66b8969 commit ca4f9b5

2 files changed

Lines changed: 14 additions & 5 deletions

File tree

docs/source/contributing.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,9 @@ Ready to contribute?
6868
6969
Now you can make your changes locally.
7070

71-
3. When you're done making changes, check that your code follows the guidelines for :ref:`addingoperator` and
72-
that the both old and new tests pass successfully:
71+
3. When you're done making changes, check that your code follows the guidelines for
72+
:ref:`addingoperator` or :ref:`addingsolver` and that both old and new tests pass
73+
successfully:
7374

7475
.. code-block:: bash
7576

docs/source/installation.rst

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,14 @@ to install the PyPI distribution:
5252
5353
Note that when installing via ``pip``, only *required* dependencies are installed.
5454

55+
From Source
56+
===========
57+
To access the latest source from github:
58+
59+
.. code-block:: bash
60+
61+
>> pip install https://github.com/PyLops/pylops.git@dev
62+
5563
Docker
5664
======
5765
If you want to try PyLops but do not have Python in your
@@ -87,12 +95,12 @@ Fork the `PyLops repository <https://github.com/PyLops/pylops>`_ and clone it by
8795
8896
>> git clone https://github.com/YOUR-USERNAME/pylops.git
8997
90-
We recommend installing dependencies into a separate environment.
91-
For that end, we provide a `Makefile` with useful commands for setting up the environment.
92-
9398
Install dependencies
9499
====================
95100

101+
We recommend installing dependencies into a separate environment.
102+
For that end, we provide a `Makefile` with useful commands for setting up the environment.
103+
96104
Conda (recommended)
97105
-------------------
98106
For a ``conda`` environment, run

0 commit comments

Comments
 (0)