PySnip icon indicating copy to clipboard operation
PySnip copied to clipboard

Pysnip as a package

Open noway opened this issue 10 years ago • 0 comments

Initial support for package building. You can currently do

python ./setup.py install

and then just

pysnip -c config.txt -r feature_server

It is very buggy right now, due to relative name handling and PATHs, but right now it is actually possible to run server. Procedure generated maps do not work though.

noway avatar Apr 16 '15 11:04 noway