tooxie / shiva-server

A RESTful API to your music collection
http://shiva.readthedocs.org/en/latest/intro.html
MIT License
557 stars 51 forks source link

Install Instructions List VirtualEnv as a Dependency #180

Open davemenc opened 8 years ago

davemenc commented 8 years ago

In the install instructions virtualenv is not listed as a dependency but there is a step "Create and activate your virtalenv (highly recommended):" which fails if virtualenv is not installed.

Easy to fix: pip install virtualenv fixes the problem and then the command virtualenv .virtualenv seems to work fine.