Commit e2b985ca authored by Yuxin Wu's avatar Yuxin Wu

pip install problems in other environment. (fix #180)

parent 71cb084c
......@@ -65,5 +65,6 @@ Dependencies:
+ TensorFlow >= 1.0.0
+ Python bindings for OpenCV
```
pip install --user -U git+https://github.com/ppwwyyxx/tensorpack.git
pip install -U git+https://github.com/ppwwyyxx/tensorpack.git
# or add `--user` to avoid system-wide installation.
```
import setuptools
version = int(setuptools.__version__.split('.')[0])
assert version > 30, "tensorpack installation requires setuptools > 30"
from setuptools import setup
import os
import shutil
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment