Browse Source

Change how it is executed directly in a venv

pull/44/head
Wesley Kerfoot 6 years ago
parent
commit
06d7c5a45d
  1. 3
      README.md

3
README.md

@ -23,8 +23,7 @@ You have several options to run it.
2) Clone this repo and run `pip install --user .` or do `pip install --user 2) Clone this repo and run `pip install --user .` or do `pip install --user
git+https://github.com/weskerfoot/DeleteFB.git` git+https://github.com/weskerfoot/DeleteFB.git`
3) Set up a Python virtualenv, activate it, and run `pip install -r 3) Set up a Python virtualenv, activate it, and run `pip install -r
requirements.txt`, then you can just run `python deletefb/deletefb.py` as you requirements.txt`, then you can just run `python -m deletefb.deletefb.py` in the project directory, as you would if you had installed it from PyPI.
would if you had installed it from PyPI.
## How To Use It ## How To Use It

Loading…
Cancel
Save