File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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======
5765If 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+
96104Conda (recommended)
97105-------------------
98106For a ``conda `` environment, run
You can’t perform that action at this time.
0 commit comments