Skip to content

Commit

Permalink
Fix doc as suggested by flb
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Jan 11, 2025
1 parent 30d8c52 commit 7373c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/contributors_guide/tips_and_tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ This can be done as follows:
python -m venv ~/.envs/testenv
source ~/.envs/testenv/bin/activate
pip install -U pip
pip install wheel -r requirements.txt

2. Build the wheel

cd dlite # root of source directory
pip install wheel -r requirements.txt
pip wheel -w python/dist ./python

3. Install the wheel with pip in a newly created environment (the version numbers may differ for your case)
Expand Down

0 comments on commit 7373c6f

Please sign in to comment.