From 13b1e6b3e0a173f7ada0b1edf212cfcdcf944bf7 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Sun, 12 Mar 2017 20:03:15 +0100 Subject: [PATCH] Update README.rst --- README.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 9fb878693..1f13eeec9 100644 --- a/README.rst +++ b/README.rst @@ -227,15 +227,12 @@ additionally installs developer dependencies such as Cython. Instead of the above verbose commands, you can also use the following `Fabric `_ commands: -+---------------+--------------------------------------------------------------+ -| ``fab env`` | Create ``virtualenv`` and delete previous one, if it exists. | -+---------------+--------------------------------------------------------------+ -| ``fab make`` | Compile the source. | -+---------------+--------------------------------------------------------------+ -| ``fab clean`` | Remove compiled objects, including the generated C++. | -+---------------+--------------------------------------------------------------+ -| ``fab test`` | Run basic tests, aborting after first failure. | -+---------------+--------------------------------------------------------------+ +============= === +``fab env`` Create ``virtualenv`` and delete previous one, if it exists. +``fab make`` Compile the source. +``fab clean`` Remove compiled objects, including the generated C++. +``fab test`` Run basic tests, aborting after first failure. +============= === All commands assume that your ``virtualenv`` is located in a directory ``.env``. If you're using a different directory, you can change it via the environment