Skip to content
Snippets Groups Projects

getting_started: install swh packages in a virtualenv

2 unresolved threads

Migrated from D430 (view on Phabricator)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
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 )
  • 102 76 machine!
    103 77
    104 78
    105 Step 2 --- set up storage
    79 Step 2 --- install SWH in a virtualenv
  • looks good, thanks! only minor changes requested

  • Merge request was returned for changes

  • fix ./bin

  • mentioned in commit 5acfd929

  • Merge request was merged

  • Please register or sign in to reply
    Loading