gitmarks_2
gitmarks_2 copied to clipboard
Test if running config.py properly downloads all python packages needed
Right now it is unlikely that config.py downloads all required packages. config.py needs to be tested on a machine to see if it does indeed download all related files/projects.
I've attempted to follow the install directly in the README inside of a fresh virtualenv with python 2.5.4 on OS 10.5. It looks like the config.py doesn't warn me about not having json or bother installing it.
Wouldn't it be better to just write a really good README requirements section and provide a pip requirements file with all the dependencies?
The goal is to get this as a installable plugin for things, so for now a README might do, but in the long run we need to automatically do as much setup as possible.
What all packages should config.py download?