Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add upgrade section on documentation #244

Closed
bbmt-bbmt opened this issue Jun 18, 2020 · 1 comment · Fixed by #247
Closed

add upgrade section on documentation #244

bbmt-bbmt opened this issue Jun 18, 2020 · 1 comment · Fixed by #247

Comments

@bbmt-bbmt
Copy link
Contributor

Is your feature request related to a problem? Please describe.
The actual documentation doesn't have an "how to upgrade section"
Some people may only do 'git pull' and 'git checkout version' and 'forget pip install upgrade'

Describe the solution you'd like
this command can be added to the documentation:

  $ git pull
  $ version=$(curl -s https://api.github.com/repos/pytition/pytition/releases/latest | grep "tag_name" | cut -d : -f2,3 | tr -d \" | tr -d ,)
  $ git checkout $version
  $ source pytition_venv/bin/activate
  (pytition_venv) $ pip3 install upgrade -r requirements.txt
@bbmt-bbmt bbmt-bbmt changed the title add upgrade section in documentation add upgrade section on documentation Jun 18, 2020
@fallen fallen added this to the 2.3 milestone Jun 19, 2020
@fallen
Copy link
Member

fallen commented Jun 19, 2020

Yes, good idea! Thanks :)

Also tell to:

@fallen fallen linked a pull request Jul 29, 2020 that will close this issue
1 task
@fallen fallen closed this as completed in 8a2db44 Sep 2, 2020
@fallen fallen self-assigned this Sep 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants