summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Matusiak <numerodix@gmail.com>2021-05-05 10:25:50 +1000
committerMartin Matusiak <numerodix@gmail.com>2021-05-05 10:25:50 +1000
commit92f3ea1ac4d1f98d241c87ecb24d944f65eae06e (patch)
tree28b7aef161dce315816ba50f94fefa51fab58874
parent9020093e38234a2d7e3aa4555a7bf90f06cad532 (diff)
downloadansicolor-92f3ea1ac4d1f98d241c87ecb24d944f65eae06e.tar.gz
add readme steps for maintainers (2)
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index a2dd04c..728132c 100644
--- a/README.rst
+++ b/README.rst
@@ -65,9 +65,13 @@ Setting up a development environment (Ubuntu)
# if you don't have `mkvirtualenv` & `workon` functions in your shell
$ sudo apt install virtualenvwrapper
+ # creating the virtual env the first time
$ mkvirtualenv ansicolor
(ansicolor) $ pip install -r dev-requirements.txt
+ # re-activating the virtual env next time
+ $ workon ansicolor
+
Running tests
^^^^^^^^^^^^^