getting_started: install swh packages in a virtualenv
Closed
requested to merge generated-differential-D430-source into generated-differential-D430-target
2 unresolved threads
Migrated from D430 (view on Phabricator)
Merge request reports
Activity
84 environment with all the Software Heritage modules and dependencies. To that 85 end you can do (once):: 86 87 python3 -m venv .venv 88 89 Then, activate the virtualenv (do this every time you start working on Software 90 Heritage):: 91 92 source .venv/bin/activate 93 94 Python modules 95 ~~~~~~~~~~~~~~ 96 97 You can install the SWH Python modules and their dependencies using:: 98 99 pip install $( bin/pip-swh-packages ) Some references in the commit message have been migrated:
- D430 is now !2 (closed)
mentioned in commit 5acfd929
Please register or sign in to reply