OnroerendErfgoed / atramhasis

An online SKOS editor
http://atramhasis.readthedocs.io/
GNU General Public License v3.0
53 stars 11 forks source link

Remove references to mkvirtualenv in docs #773

Closed koenedaele closed 1 year ago

koenedaele commented 1 year ago

As noted in #759 , the docs use mkvirtualenv which is not a standard package, while python these days has a virtualenv included by default. Better to use things like:

$ python3 -m venv py-atramhasis-env
$ . py-atramhasis-env/bin/activate
$ pip install -U cookiecutter