Skip to content

Commit

Permalink
Merge branch 'build-wheel7' into update-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jesper-friis committed Dec 16, 2024
2 parents 5b0770c + f01e96f commit 30d8c52
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/contributors_guide/tips_and_tricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,15 @@ This can be done as follows:

2. Build the wheel

cd python
python setup.py bdist_wheel
cd dlite # root of source directory
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)

pip install dist/DLite_Python-0.5.22-cp311-cp311-linux_x86_64.whl
pip install python/dist/DLite_Python-0.5.26-cp311-cp311-linux_x86_64.whl

4. Finally, test by importing dlite in the standard manner

cd ..
python
>>> import dlite

Expand Down

0 comments on commit 30d8c52

Please sign in to comment.