Skip to content
Snippets Groups Projects
Commit dc8c4dfb authored by Philip Chimento's avatar Philip Chimento
Browse files

Update README.md for setup.py change

Now you have to install the package, and run `bztogl` instead of
`bztogl.py`.
parent 96e071e7
No related branches found
No related tags found
No related merge requests found
......@@ -25,6 +25,8 @@ source ~/src/virtualenvs/bztogl/bin/activate
# at this point your shell prompt will change to something like "(bztogl) $_"
pip install python-bugzilla
pip install python-gitlab
pip install --user -e .
# or use "python setup.py install" instead of the above
```
# What `bztogl` does
......@@ -97,7 +99,7 @@ virtualenv activated with the `activate` command form that example.
Now you can run this:
```sh
./bztogl.py --token <your_api_token> --product myproject
bztogl --token <your_api_token> --product myproject
```
You will get some output:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment