Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede committed Jan 5, 2024
1 parent 915d582 commit 22a6280
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ pip install .
The following dependencies are required

- [numpy](https://numpy.org/)
- [tad_mctc](https://github.com/tad-mctc/tad_mctc/)
- [tad_multicharge](https://github.com/tad-mctc/tad_multicharge/)
- [tad-mctc](https://github.com/tad-mctc/tad-mctc/)
- [tad-multicharge](https://github.com/tad-mctc/tad-multicharge/)
- [torch](https://pytorch.org/)
- [pytest](https://docs.pytest.org/) (tests only)

Expand All @@ -107,7 +107,8 @@ The following dependencies are required
For development, additionally install the following tools in your environment.

```bash
mamba install black covdefaults coverage mypy pre-commit pylint tox
mamba install black covdefaults mypy pre-commit pylint pytest pytest-cov pytest-xdist tox
pip install pytest-random-order
```

With pip, add the option ``-e`` for installing in development mode, and add ``[dev]`` for the development dependencies
Expand Down
9 changes: 9 additions & 0 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Install the required dependencies from the conda-forge channel.
mamba env create -n torch -f environment.yaml
mamba activate torch
The following dependencies are required

- `numpy <https://numpy.org/>`__
- `tad-mctc <https://github.com/tad-mctc/tad-mctc/>`__
- `tad-multicharge <https://github.com/tad-mctc/tad-multicharge/>`__
- `torch <https://pytorch.org/>`__
- `pytest <https://docs.pytest.org/>`__ (tests only)


Development
~~~~~~~~~~~

Expand Down

0 comments on commit 22a6280

Please sign in to comment.