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

Getting started: instructions in the README not detailed enough #347

Open
corinnaSchultz opened this issue Aug 2, 2022 · 0 comments
Open

Comments

@corinnaSchultz
Copy link

I'm on mac. I didn't have python on my machine (I'm not a python user), so I used homebrew to install.

brew install python
pip3 install --user git-gud
(got an error message "error checking the latest version of pip". Some googling led me to try:)
python -m pip install --upgrade pip
(python not a command. I tried instead:)
python3 -m pip install --upgrade pip
(that worked so I tried again:)
pip3 install --user git-gud
(that succeeded without errors, so next step)
git gud
(got an error message from git "gud is not a git command")

(I created a new directory and changed into it and tried:)
mkdir gud
cd gud
git gud init
(got the same error message from git)

I'm stuck.
I have no idea how to run this. Is there a change I need to make to PATH?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant