Skip to content

Commit

Permalink
Add install from source instructions (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
lilyminium authored Dec 19, 2023
1 parent caa91d4 commit f743f2c
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,31 @@ In environments with this configuration, the `-c conda-forge` switch is unnecess

More information on installing OpenFF packages can be found in the [OpenFF installation documentation](openff.docs:install).

## Installation from source

You may want to install NAGL from source, either because you are after an unreleased feature or to manage your own dependencies. To do so, first download the GitHub repository:

```shell
git clone https:/openforcefield/openff-nagl.git
cd openff-nagl
```

Install the dependencies:

```shell
mamba env create --name nagl --file devtools/conda-envs/test_env.yaml
conda activate nagl
```

And then install the package itself:

```shell
python -m pip install . --no-deps
```




[Conda Forge]: https://conda-forge.org/
[MambaForge]: https:/conda-forge/miniforge#mambaforge

Expand Down

0 comments on commit f743f2c

Please sign in to comment.