# tools **Repository Path**: ddusen/tools ## Basic Information - **Project Name**: tools - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-28 - **Last Updated**: 2021-08-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```