Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars Buntemeyer authored Nov 1, 2021
1 parent 5cff715 commit c51032f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,17 +67,19 @@ You can install the package directly from github using pip:
pip install git+https://github.com/euro-cordex/py-cordex
If you want to contribute, I recommend cloning the repository and installing the package in development mode, e.g.
If you want to contribute, please fork the repository to your github accound
and install it in development mode, e.g.


.. code-block:: console
git clone https://github.com/euro-cordex/py-cordex
git clone https://github.com/<your-account>/py-cordex
cd cordex
pip install -e .
This will install the package but you can still edit it and you don't need the package in your :code:`PYTHONPATH`
This will install the package but you can still edit it and you don't need the package in your :code:`PYTHONPATH`.
Please get in contact as early as possible, e.g., using `draft pull requests <https://github.blog/2019-02-14-introducing-draft-pull-requests>`_.


Requirements
Expand Down

0 comments on commit c51032f

Please sign in to comment.