Skip to content

Commit

Permalink
part of #90
Browse files Browse the repository at this point in the history
  • Loading branch information
mfrasca committed Aug 28, 2019
1 parent cc38e07 commit f82022c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/technical.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -45,7 +45,7 @@ use the github version.

Installing from ``PyPI`` is as easy as:

```bash
```
pip install ghini.server
```

Expand All @@ -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 ||
Expand Down

0 comments on commit f82022c

Please sign in to comment.