Skip to content

Commit

Permalink
Fix links (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinfriede authored Jan 5, 2024
1 parent b2d4951 commit 64b7044
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Install this project with ``pip`` in the environment
The following dependencies are required

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

Expand All @@ -103,7 +103,8 @@ For development, additionally install the following tools in your environment.

.. code::
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
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ Install this project with ``pip`` in the environment
The following dependencies are required

- `numpy <https://numpy.org/>`__
- `tad_mctc <https://github.com/tad-mctc/tad_mctc/>`__
- `tad-mctc <https://github.com/tad-mctc/tad-mctc/>`__
- `torch <https://pytorch.org/>`__
- `pytest <https://docs.pytest.org/>`__ (tests only)
2 changes: 1 addition & 1 deletion src/tad_dftd3/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@
"""
import torch

from . import damping, data, defaults, disp, model, reference
from . import damping, data, defaults, disp, model, reference, typing
from .__version__ import __version__
from .disp import dftd3

0 comments on commit 64b7044

Please sign in to comment.