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

Update install instructions #5

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Update install instructions #5

merged 1 commit into from
Oct 10, 2024

Conversation

alanocallaghan
Copy link
Contributor

No description provided.

@alanocallaghan alanocallaghan requested a review from Rylern October 10, 2024 11:52
@alanocallaghan alanocallaghan changed the title Update README.md Update install instructions Oct 10, 2024
@Rylern
Copy link
Contributor

Rylern commented Oct 10, 2024

I tried the pip install commands but they didn't work, is it because the repo is private?

@alanocallaghan
Copy link
Contributor Author

The first one (pip install --upgrade https://github.com/qupath/qubalab/tarball/main) fails for me with a 404, which yeah must be a visibility issue

The second one (pip install git+https://github.com/qupath/qubalab.git) actually runs fine for me. I get:

Defaulting to user installation because normal site-packages is not writeable
Collecting git+https://github.com/qupath/qubalab.git
  Cloning https://github.com/qupath/qubalab.git to /tmp/pip-req-build-dlecw9de
  Running command git clone --filter=blob:none --quiet https://github.com/qupath/qubalab.git /tmp/pip-req-build-dlecw9de
  Resolved https://github.com/qupath/qubalab.git to commit fad10bf946f5e1e1ff4df1d9085d48f517e04849

...but this is because I have this in my ~/.gitconfig:

[url "ssh://[email protected]/"]
    insteadOf = https://github.com/

so yes probably also visibility

@alanocallaghan alanocallaghan merged commit 99c7a39 into main Oct 10, 2024
1 check passed
@alanocallaghan alanocallaghan deleted the install-instructions branch October 10, 2024 13:07
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

Successfully merging this pull request may close these issues.

2 participants