Skip to content

Commit

Permalink
update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ALescoulie committed Jun 24, 2024
1 parent 35fb706 commit c5225b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Alternatively, it can be installed by cloning the GitHub repository.
git clone https://github.com/calpolyccg/MDSAPT.git
pip install ./MDSAPT
If you use [nix](https://nixos.wiki/) MD-SAPT can be also be build with:

```
git clone https://github.com/calpolyccg/MDSAPT.git
cd MDSAPT
nix build
```

You can also incorporate it to a project managed with nix by adding it to the imports of your `flake.nix` or `shell.nix`.

To ensure it's been installed correctly, run `mdsapt` or `python3 -m mdsapt`.

.. code-block:: bash
Expand Down

0 comments on commit c5225b5

Please sign in to comment.