Skip to content

Commit

Permalink
fix file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulf81 committed Dec 15, 2023
1 parent e2d4e74 commit c82eaa8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/installation.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Installation
-----------------

FLASC is currently not available as a package on any repository manager.
Instead, it must be installed by the user by cloning the GitHub repository.

Expand All @@ -22,7 +22,8 @@ Install FLASC in editable mode with the appropriate developer tools

- ``".[develop]"`` is for the linting and code checking tools
- ``".[docs]"`` is for the documentation building tools. Ideally, developers should also be
contributing to the documentation, and therefore checking that the documentation builds locally.
contributing to the documentation, and therefore checking that
the documentation builds locally.

```bash
pip install -e ".[develop, docs]"
Expand Down Expand Up @@ -80,4 +81,4 @@ Recommended apprach is to:
5. Turn on the linting and code checking tools
```bash
pre-commit install
```
```

0 comments on commit c82eaa8

Please sign in to comment.