From 0db1fba587e683d8a7968a13fd14131df7a1d6ae Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 8 Feb 2022 12:32:41 +0000 Subject: [PATCH 1/2] [skip ci] removed py3.6 and added py3.10 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 38c62b4..99d6677 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = From c6ad3f3f273105f42bcb4545497b7bf5f15f0d5f Mon Sep 17 00:00:00 2001 From: Jonathan Shimwell Date: Tue, 8 Feb 2022 14:38:08 +0000 Subject: [PATCH 2/2] added conda install instructions --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 85c136a..dad9de9 100644 --- a/README.md +++ b/README.md @@ -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 - 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