Skip to content

Commit

Permalink
add mention of aimsim_core to README
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonBurns authored Mar 3, 2024
1 parent 05760b1 commit d569038
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@ It is recommended to install `AIMSim` in a virtual environment with [`conda`](ht
`AIMSim` can be installed with a single command using Python's package manager `pip`:
`pip install aimsim`
This command also installs the required dependencies.

> [!NOTE]
> Looking to use AIMSim for descriptor calculation or extend its functionality? `AIMSim`'s core modules for creating molecules, calculating descriptors, and comparing the results are available without support for plotting or visualization in the PyPI package `aimsim_core`.
### `conda`
`AIMSim` is also available with the `conda` package manager via:
`conda install -c conda-forge aimsim`
Expand Down

0 comments on commit d569038

Please sign in to comment.