-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ somewhere else if you think you need more details. If you're on Debian, ``virtu | |
contained in the package ``python3-venv``. Keep in mind that the command to create virtual | ||
environment is the not-too-mnemonic ``python3 -m venv``. | ||
|
||
```bash | ||
``` | ||
sudo apt-get install python3-venv | ||
python3 -m venv ~/.virtualenvs/ghini/ | ||
. ~/.virtualenvs/ghini/bin/activate | ||
|
@@ -45,7 +45,7 @@ use the github version. | |
|
||
Installing from ``PyPI`` is as easy as: | ||
|
||
```bash | ||
``` | ||
pip install ghini.server | ||
``` | ||
|
||
|
@@ -54,7 +54,7 @@ or the official repository, and choose the branch you want to check out. | |
|
||
In short and in practice: | ||
|
||
```bash | ||
``` | ||
mkdir -p ~/Local/github/Ghini | ||
cd ~/Local/github/Ghini | ||
( git clone [email protected]:Ghini/server.git || | ||
|