Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Oct 30, 2018
1 parent f75f94e commit b168317
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,13 @@ To test the project simply clone the repository, install and run the example:

.. code-block:: bash
# mkvirtualenv is part of virtualenvwrapper, using a regular virtualenv, pyvenv or pipenv is also possible
# Or even without any type of virtualenv at all
mkvirtualenv django-tags-input
git clone https://github.com/WoLpH/django-tags-input.git
pip install -e django-tags-input
# Tested with up to Django 2.1
pip install django
pip install -e 'django-tags-input[tests]'
cd django-tags-input/example
python manage.py runserver
Expand Down

0 comments on commit b168317

Please sign in to comment.