Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
Remove artifacts of the writer scripts in the README
  • Loading branch information
TjarkMiener authored Jul 9, 2024
1 parent f14d386 commit d227538
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@ necessary package channels, and install dl1-data-handler specified version and i
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).

If you want to import any functionality from dl1-data-handler into your own Python scripts, then you are all set. However, if you wish to make use of any of the scripts in dl1-data-handler/scripts (like write_data.py), you should also clone the repository locally and checkout the corresponding tag (i.e. for version v0.12.0):

.. code-block:: bash
git clone https://github.com/cta-observatory/dl1-data-handler.git
git checkout v0.12.0
dl1-data-handler should already have been installed in your environment by Conda, so no further installation steps (i.e. with setuptools or pip) are necessary and you should be able to run scripts/write_data.py directly.

Dependencies
------------
Expand Down

0 comments on commit d227538

Please sign in to comment.