Skip to content

Commit

Permalink
Add "develop mode" installation to hacking.md
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
t-sommer committed Apr 6, 2020
1 parent d347a10 commit e254bfa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/hacking.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,12 @@ To install or update FMPy without changing the dependencies of your python envir
python -m pip install --upgrade --no-deps .
```

To use the sources directly, install FMPy in [develop mode](https://pip.pypa.io/en/stable/reference/pip_install/#cmdoption-e) using the `--editable` option

```bash
python -m pip install --no-deps --editable .
```

## Create a PyCharm project

Download and install [PyCharm Community Edition](https://www.jetbrains.com/pycharm/download/). On the welcome screen click `Create New Project` or select `File > New Project...`.
Expand Down

0 comments on commit e254bfa

Please sign in to comment.