Closed gnutix closed 11 years ago
For the installation, I needed to install two python packages : pyyaml and python-dateutil. Isn't there a dependency management system for these?
pyyaml
python-dateutil
@gnutix yes through pip. did you read/execute the 2nd line of the installation procedure? sudo pip install -r https://raw.github.com/sitron/lst/master/requirements.txt
sudo pip install -r https://raw.github.com/sitron/lst/master/requirements.txt
@sitron Missed it. Owned x)
For the installation, I needed to install two python packages :
pyyaml
andpython-dateutil
. Isn't there a dependency management system for these?