Skip to content

Commit

Permalink
Merge pull request #8 from fusion-energy/develop
Browse files Browse the repository at this point in the history
added conda install instructions
  • Loading branch information
shimwell authored Feb 8, 2022
2 parents e10e4c1 + c6ad3f3 commit 94120be
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ using [cad-to-h5m](https://github.com/fusion-energy/cad_to_h5m).
It is strongly advised to used the DAGMC overlap checker to check the
resulting h5m file (see checking for overlaps secton below).

<!--

# Installation - Conda

This single line command should install the package and dependencies (including moab)

```bash
conda install -c conda-forge stl_to_h5m
conda install -c fusion-energy -c conda-forge stl_to_h5m
```
-->

# Installation - Pip + Conda

These two commands should install the package and dependencies. Moab requires a separate install as it is not available on ```pip```

```bash
conda install -c conda-forge moab
pip install stl_to_h5m
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ classifiers =
Natural Language :: English
Topic :: Scientific/Engineering
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
License :: OSI Approved :: MIT License
Operating System :: OS Independent
project_urls =
Expand Down

0 comments on commit 94120be

Please sign in to comment.