aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/source/installation.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index 12d8898..07eeafe 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -27,10 +27,11 @@ Demo
The following commands install *tagit*, its dependencies, and the demo files,
then starts *tagit*. Of course, you can also do this in a ``virtualenv``::
+ mkdir bsfs-demo; cd bsfs-demo
pip install --extra-index-url https://pip.bsfs.io/ tagit
- wget https://www.bsfs.io/demo/tagitrc -O ~/.tagitrc
- wget https://www.bsfs.io/demo/demo-triples.pkl -O ~/demo-triples.pkl
- wget https://www.bsfs.io/demo/demo-schema.pkl -O ~/demo-schema.pkl
+ wget https://www.bsfs.io/demo/tagitrc -O .tagitrc
+ wget https://www.bsfs.io/demo/demo-triples.pkl -O demo-triples.pkl
+ wget https://www.bsfs.io/demo/demo-schema.pkl -O demo-schema.pkl
tagit
Or, you can run the demo in a docker container (although it will be relatively slow)::