Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
57e26f71
Commit
57e26f71
authored
Mar 16, 2019
by
Jelle van der Waa
🚧
Browse files
Update to python's builtin virtualenv
Close: #188
parent
ab9bcfef
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
57e26f71
...
...
@@ -18,7 +18,6 @@ See AUTHORS file.
# Dependencies
-
python
-
python-virtualenv
-
rsync (optional for mirrorcheck with rsync mirrors)
# Python dependencies
...
...
@@ -34,9 +33,9 @@ packages, you will probably want the following:
# Testing Installation
1.
Run
`
virtual
env
3
`
.
1.
Run
`
python -m venv
env`
.
cd /path/to/archweb &&
virtual
env
3
./env/
cd /path/to/archweb &&
python -m v
env ./env/
2.
Activate the virtualenv.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment