Windows (with conda) Clone the repository: Create a conda environment: conda create --name deaddit python=3.10 conda activate deaddit Install the required dependencies: conda run pip install -r requirements.txt Usage Start the Deaddit application: ...
If virtualenv was used, be sure to add source /full/path/to/venv/bin/activate && before the command. For example: 0 * * * * source /full/path/to/venv/bin/activate && shreddit -c <full path to shreddit.yml> Command Line Options $ shreddit --help usage: app.py [-h] [-c CONFIG...
python3 -m venv venv source venv/bin/activate 安装所需依赖项: pip install -r requirements.txt T2、Windows(使用 conda) 克隆仓库: git clone https://github.com/CubicalBatch/deaddit.git cd deaddit 创建conda 环境: conda create --name deaddit python=3.10 conda activate deaddit 安装所需依赖项:...
python3 -m venv venv source venv/bin/activate 安装所需依赖项: pip install -r requirements.txt T2、Windows(使用 conda) 克隆仓库: git clone https://github.com/CubicalBatch/deaddit.git cd deaddit 创建conda 环境: conda create --name deaddit python=3.10 conda activate deaddit 安装所需依赖项:...
If virtualenv was used, be sure to addsource /full/path/to/venv/bin/activate &&before the command. For example: 0 * * * * source /full/path/to/venv/bin/activate && shreddit -c <full path to shreddit.yml> $ shreddit --help usage: app.py [-h] [-c CONFIG] [-g] [-u USER] ...
If virtualenv was used, be sure to add source /full/path/to/venv/bin/activate && before the command. For example: 0 * * * * source /full/path/to/venv/bin/activate && shreddit -c <full path to shreddit.yml> Command Line Options $ shreddit --help usage: app.py [-h] [-c CONFIG...
If virtualenv was used, be sure to add source /full/path/to/venv/bin/activate && before the command. For example: 0 * * * * source /full/path/to/venv/bin/activate && shreddit -c <full path to shreddit.yml> Command Line Options $ shreddit --help usage: app.py [-h] [-c CONFIG...