Changes between Version 2 and Version 3 of DRM4G/Installation
- Timestamp:
- Aug 23, 2016 9:26:43 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DRM4G/Installation
v2 v3 18 18 }}} 19 19 20 [[NoteBox(note, Even if you have it installed you might have to update it -> `pip install --upgrade pip`)]]21 22 20 In the case you don't have it, follow the instructions shown in their [[https://pip.pypa.io/en/stable/installing/|documentation page]]. 23 21 24 22 * '''With root authorization''': You can go ahead and run `sudo pip install drm4g` 25 * '''In a virtual environment''': Just run `pip install drm4g`23 * '''In a [https://virtualenv.pypa.io/en/stable/|virtual environment]''': Just run `pip install drm4g` 26 24 * '''Without root authorization''': Run `pip install drm4g --user` 27 25 {{{#!comment