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

New release #1421

Closed
Neil-Welsh opened this issue Jun 13, 2024 · 2 comments
Closed

New release #1421

Neil-Welsh opened this issue Jun 13, 2024 · 2 comments

Comments

@Neil-Welsh
Copy link

an issue was fixed a few days ago which would is blocking some of our development can you please do a release with the latest code base in?
#1413

@djgoku
Copy link
Contributor

djgoku commented Jun 13, 2024

Another option is installing the specific commit/branch.

python -m pip install -e 'git+https://git.repo/some_pkg.git#egg=SomePackage'          # from git
python -m pip install -e 'hg+https://hg.repo/some_pkg.git#egg=SomePackage'            # from mercurial
python -m pip install -e 'svn+svn://svn.repo/some_pkg/trunk/#egg=SomePackage'         # from svn
python -m pip install -e 'git+https://git.repo/some_pkg.git@feature#egg=SomePackage'  # from 'feature' branch
python -m pip install -e 'git+https://git.repo/some_repo.git#egg=subdir&subdirectory=subdir_path' # install a python package from a repo subdirectory

Taken from https://pip.pypa.io/en/stable/cli/pip_install/

@gonchik
Copy link
Member

gonchik commented Jun 14, 2024

@djgoku @Neil-Welsh
deployed a new release. also, that info will be added into docs.
Thanks for your helps and informings.

@gonchik gonchik closed this as completed Sep 15, 2024
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

3 participants