Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
bztogl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Infra
bztogl
Commits
dc8c4dfb
Commit
dc8c4dfb
authored
7 years ago
by
Philip Chimento
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-1
3 additions, 1 deletion
README.md
with
3 additions
and
1 deletion
README.md
+
3
−
1
View file @
dc8c4dfb
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment