Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
098273a9
Commit
098273a9
authored
Sep 10, 2018
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename `virtualenv` to `venv` in README.md
[ci skip]
parent
670ecb2a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
README.md
README.md
+3
-3
No files found.
README.md
View file @
098273a9
...
...
@@ -191,11 +191,11 @@ You will then find the index page of the documentation at
## Run, DORiE, Run!
DORiE provides a command line interface (CLI) for all its functions.
The required Python modules and all their dependencies are readily installed
into a virtual environment (
`v
irtual
env`
), which has to be activated within a
into a virtual environment (
`venv`
), which has to be activated within a
shell session. You can do so by activating it in your current session
(Manual Installation only) or by running the Docker application.
### Run the `v
irtual
env` using the Docker application
### Run the `venv` using the Docker application
If you did not install DORiE locally, you can use the Docker
application to boot up the virtual environment in a mounted directory of choice.
...
...
@@ -217,7 +217,7 @@ virtual environment activated.
Notice, that you can only use
**local file paths**
in all configuration settings
due to the directory mount.
### Activate the `v
irtual
env` locally
### Activate the `venv` locally
To activate the virtual environment within your current shell session, execute
source <path/to/>dorie/build-cmake/activate
...
...
Write
Preview
Markdown
is supported
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