Skip to content

Commit e5888b4

Browse files
authored
Update README.rst
1 parent e3fdae3 commit e5888b4

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.rst

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -31,26 +31,26 @@ Previously named image-extractor (v0.1.0 - v0.6.0). Currently under development,
3131
Installation
3232
------------
3333

34-
The following installation method (for Linux) is recommended:
34+
The lastest version fo this package can be installed as a conda or pip package:
3535

36-
Installing as a conda package
37-
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
36+
.. code-block:: bash
3837
39-
To install dl1-data-handler as a conda package, first install Anaconda by following the instructions here: https://www.anaconda.com/distribution/.
38+
conda install ctlearn-project::dl1_data_handler
4039
41-
The following command will set up a conda virtual environment, add the
42-
necessary package channels, and install dl1-data-handler specified version and its dependencies:
40+
or
4341

4442
.. code-block:: bash
4543
46-
DL1DH_VER=0.14.5
47-
wget https://raw.githubusercontent.com/cta-observatory/dl1-data-handler/v$DL1DH_VER/environment.yml
48-
conda env create -n [ENVIRONMENT_NAME] -f environment.yml
49-
conda activate [ENVIRONMENT_NAME]
50-
conda install -c ctlearn-project dl1_data_handler=$DL1DH_VER
44+
pip install dl1-data-handler
45+
46+
Installing as a conda package
5147

5248
This should automatically install all dependencies (NOTE: this may take some time, as by default MKL is included as a dependency of NumPy and it is very large).
5349

50+
Developers
51+
------------
52+
53+
Any person willing to contribute to the package must follow the ctapipe developer guidelines that can be found `here <https://ctapipe.readthedocs.io/en/latest/developer-guide/getting-started.html >`.
5454

5555
Links
5656
-----

0 commit comments

Comments
 (0)