ddusen / tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Tools

Run

  • python2
cd python2/
virtualenv ../ENV
source ../ENV/bin/activate
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

python xxx.py
  • python3
cd python3/
python3 -m venv ../VENV
source ../VENV/bin/activate
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple -r requirements.txt

python xxx.py

About


Languages

Language:Python 100.0%Language:Shell 0.0%