Skip to content

Commit

Permalink
Minor readme fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Dec 19, 2023
1 parent ca542d3 commit c7c0010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Create a conda environment on PSC ACCESS:
```sh
module load anaconda3/2022.10
conda create -n ecpac python=3.11
conda activate ecpac
pip install git+https://github.com/cmi-dair/ecpac.git
```

Expand Down
1 change: 1 addition & 0 deletions src/ecpac/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
""".. include:: ../../README.md""" # noqa: D415

0 comments on commit c7c0010

Please sign in to comment.