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

Python package installation using pip #15

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Python package installation using pip #15

wants to merge 3 commits into from

Conversation

osbm
Copy link

@osbm osbm commented Feb 10, 2024

I made this small change because it is so much easier to test stuff without cloning repository into your working directory.

You can install forks:

pip install git+https://github.com/osbm/fastMRI_prostate.git

You can install from a branch

pip install git+https://github.com/cai2r/fastMRI_prostate.git@test-branch

You can even install this pull request

pip install git+https://github.com/cai2r/fastMRI_prostate.git@refs/pull/2/merge

just change 2 to the number of this PR

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.

1 participant