Skip to content

Commit

Permalink
create reference.h5 on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDavidSchneider committed Nov 21, 2023
1 parent 60a0fd3 commit adef297
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ "macos-12" ]
os: [ "ubuntu-latest" ]
python-version: [ "3.8", "3.11" ]
steps:
- uses: actions/checkout@v2
Expand Down
Binary file modified ci/reference.h5
Binary file not shown.
23 changes: 16 additions & 7 deletions doc/source/Installation.rst
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
Installation
------------

Preperation
^^^^^^^^^^^
Optional Preperationsteps
^^^^^^^^^^^^^^^^^^^^^^^^^

1. Get access to the code (contact `Aaron Schneider <mailto:[email protected]>`_ for details)
2. Create a github account
3. crate an ssh-key and add it to your github account (see `here <https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account>`_)
1. Create a github account
2. crate an ssh-key and add it to your github account (see `here <https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account>`_)
3. Familiarise with python
4. Install `anaconda <https://www.anaconda.com/products/individual>`_
5. Familiarise with python

Installation
^^^^^^^^^^^^
Expand All @@ -30,7 +29,7 @@ Install `conda <https://www.anaconda.com/products/individual>`_. virtual environ

.. code-block:: bash
conda create -n chemcomp astropy numpy scipy numba matplotlib pyyaml PyTables h5py
conda create -n chemcomp -f ci/environment-3.11.yml
conda activate chemcomp
Expand All @@ -39,3 +38,13 @@ Install ``chemcomp``:
.. code-block:: bash
pip install -e .
Installation from pypi
^^^^^^^^^^^^^^^^^^^^^^

Instead of cloning the repository, you can also install ``chemcomp`` from pypi

.. code-block:: bash
pip install chemcomp

0 comments on commit adef297

Please sign in to comment.