Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 826 Bytes

LINUX-INSTALL.md

File metadata and controls

41 lines (32 loc) · 826 Bytes
# setup ve directory
cd ~/x/w
git clone https://github.com/hvqzao/ve

# configure ve
./ve -P 2.7.13
# <-- press [Enter] to confirm build settings

cat >.ve <<EOF
PY="py-2.7.13"
VE_BIN="bin"
EOF

# enable ve
. ./ve

# pip update
pip install --upgrade pip

# get report-ng
git clone https://github.com/hvqzao/report-ng

# meet report-ng requirements
pip install cx_freeze==4.3.3
pip install lxml==3.3.5
# no wxpython
pip install pillow
pip install pyaml
pip install beautifulsoup==3.2.1

cd report-ng

NOT TESTED:

pip install --upgrade --trusted-host wxpython.org --pre -f http://wxpython.org/Phoenix/snapshot-builds/ wxPython_Phoenix