Skip to content

Commit

Permalink
change more dials_data to dials-data (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
elena-pascal authored Mar 30, 2022
1 parent 5194333 commit 6196b2f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ If you are proposing a feature:
Get Started!
------------

Ready to contribute? Here's how to set up `dials_data` for local development.
Ready to contribute? Here's how to set up `dials-data` for local development.

1. Fork the `dials/data` `repository on GitHub <https://github.com/dials/data>`__.
2. Clone your fork locally::
Expand Down
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ DIALS Regression Data Manager
A python package providing data files used for regression tests in
DIALS_, dxtbx_, xia2_ and related packages.

If you want to know more about what ``dials_data`` is you can
If you want to know more about what ``dials-data`` is you can
have a read through the `background information <https://dials-data.readthedocs.io/en/latest/why.html>`__.

For everything else `the main documentation <https://dials-data.readthedocs.io/>`__ is probably the best start.
Expand All @@ -52,15 +52,15 @@ Installation

To install this package in a normal Python environment, run::

pip install dials_data
pip install dials-data

and then you can use it with::

dials.data

If you are in a conda environment you can instead run::

conda install -c conda-forge dials_data
conda install -c conda-forge dials-data

For more details please take a look at the
`installation and usage page <https://dials-data.readthedocs.io/en/latest/installation.html>`__.
Expand Down

0 comments on commit 6196b2f

Please sign in to comment.