|
|
@ -5,5 +5,5 @@ build:
|
|
|
|
|
|
|
|
|
|
|
|
install:
|
|
|
|
install:
|
|
|
|
python3 setup.py install --user
|
|
|
|
python3 setup.py install --user
|
|
|
|
cp pagexml2img/pagexml2img.py /home/vahid/bin/pagexml2img
|
|
|
|
cp pagexml2img/pagexml2img.py ~/bin/pagexml2img
|
|
|
|
chmod +x /home/vahid/bin/pagexml2img
|
|
|
|
chmod +x ~/bin/pagexml2img
|
|
|
|