python3 -m venv venv source venv/bin/activate Install the required dependencies: pip install -r requirements.txt Windows (with conda) Clone the repository: git clone https://github.com/CubicalBatch/deaddit.git cd deaddit Create a conda environment: conda create --name deaddit python=3.10...
$ git clone https://github.com/ianpreston/redditfs.git $ cd redditfs && virtualenv env && source env/bin/activate $ pip install -r reqs.txt $ mkdir /r $ python redditfs.py /r Windows Howto You'll need Python >= 2.7 or >= 3.4, and WinFsp. You also need fusepy. C:\...\...
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 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] ...