diff options
author | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 20:31:32 +0100 |
---|---|---|
committer | Matthias Baumgartner <dev@igsor.net> | 2023-03-05 20:31:32 +0100 |
commit | 8effb0a70bcd727bf1fec5c306575ad6fb8b9de2 (patch) | |
tree | e2939c791e0d00b0e0ceec1dc86f0934ace49ed9 | |
parent | 5a325565f917c8b1d233d8e6373756c253400909 (diff) | |
parent | 50d18be478b3df2a2c9d5e5cdf0f4c2d2ad0b1e4 (diff) | |
download | tagit-main.tar.gz tagit-main.tar.bz2 tagit-main.zip |
-rw-r--r-- | doc/source/installation.rst | 7 |
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):: |