Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaeladuta committed Nov 28, 2024
1 parent 9493127 commit 46b2013
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,12 @@ Setup the virtual environment
pip install '.[docs]'
```

4. To install the development dependencies

```shell
pip install '.[dev]'
```

## License

## Contributors
Expand Down
8 changes: 7 additions & 1 deletion docs/source/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Clone the repository on your machine

.. code-block:: bash
git clone https://github.com/lotzma/L2Gv2.git
git clone https://github.com/OxfordRSE/L2Gv2.git
Setup the virtual environment

Expand Down Expand Up @@ -42,6 +42,12 @@ Setup the virtual environment
pip install '.[tests]'
pip install '.[docs]'
4. To install the development dependencies
.. code-block:: bash
pip install '.[dev]'
.. _pytorch-geometric: https://pypi.org/project/torch-geometric/
GitHub actions & pre-commit integration
Expand Down

0 comments on commit 46b2013

Please sign in to comment.