Skip to content

Commit

Permalink
Fix README syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eykd committed Jun 25, 2017
1 parent 6895377 commit a0cf4c5
Showing 1 changed file with 9 additions and 15 deletions.
24 changes: 9 additions & 15 deletions README.rst
Expand Up @@ -27,23 +27,17 @@ The goals of Ravel are manifold:
Installing
----------

Clone the repository:
Clone the repository::

```bash
git clone https://github.com/eykd/ravel.git
```
git clone https://github.com/eykd/ravel.git

Install Python 3.6.1. Create a Python virtual environment in the repo, and install the requirements:
Install Python 3.6.1. Create a Python virtual environment in the repo, and install the requirements::

```bash
cd ravel
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
```
cd ravel
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Test that everything works by running the demo:
Test that everything works by running the demo::

```bash
ravel run examples/cloak
```
ravel run examples/cloak

0 comments on commit a0cf4c5

Please sign in to comment.