Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
Each of these commands will run an ad hoc http static server in your current (or specified) directory, available at http://localhost:8000. Use this power wisely.
$ python -m SimpleHTTPServer 8000
# Reference: https://github.com/tzutalin/labelImg/issues/141 | |
# create conda env using python 2.7 | |
conda create -n py2 python=2.7 | |
source activate py2 | |
# install necessary libs using conda install | |
conda install pyqt=4 | |
conda install libxml2 | |
conda install lxml |