Skip to content

Commit

Permalink
Merge pull request #1141 from morbult/development
Browse files Browse the repository at this point in the history
doc: clarified developer instructions
  • Loading branch information
danielhrisca authored Jan 29, 2025
2 parents be789ba + 203538f commit c7658bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ When submitting PR's please take into account:

## Developer Instructions

Clone the repository, then install the development dependencies (we recommend using a virtual environment):
Clone the repository with submodules, make sure you have a C compiler installed, then install the development dependencies (we recommend using a virtual environment):

```bash
python -m venv .venv # create virtual environment in .venv
source .venv/bin/activate # activate virtual environment
source .venv/bin/activate # activate virtual environment (POSIX)
.venv/Scripts/activate.bat # activate virtual environment (Windows)
pip install --requirement requirements.txt # install development dependencies (includes asammdf in editable mode)
```

Expand Down

0 comments on commit c7658bb

Please sign in to comment.