gitmarks_2 icon indicating copy to clipboard operation
gitmarks_2 copied to clipboard

Test if running config.py properly downloads all python packages needed

Open FarMcKon opened this issue 14 years ago • 4 comments

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.

FarMcKon avatar Mar 27 '11 14:03 FarMcKon

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.

durden avatar Apr 01 '11 00:04 durden

Wouldn't it be better to just write a really good README requirements section and provide a pip requirements file with all the dependencies?

durden avatar Apr 01 '11 00:04 durden

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.

FarMcKon avatar Apr 03 '11 15:04 FarMcKon

What all packages should config.py download?

durden avatar Apr 09 '11 18:04 durden