Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
manics committed Feb 15, 2020
1 parent 9bab907 commit 507eaf6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Installation

This plugin is still in development and relies on unreleased features of repo2docker.
This plugin is still in development and relies on [unreleased features of repo2docker](https://github.com/jupyter/repo2docker/pull/848).

pip install -U git+https://github.com/manics/repo2docker.git@abstractengine
pip install -U git+https://github.com/manics/repo2docker-podman.git@master
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@

setuptools.setup(
name="repo2docker-podman",
install_requires=["jupyter-repo2docker"],
# https://github.com/jupyter/repo2docker/pull/848
install_requires=[
"jupyter-repo2docker @ git+https://github.com/manics/repo2docker.git@abstractengine"
],
python_requires=">=3.5",
author="Simon Li",
url="https://github.com/manics/repo2docker-podman",
Expand Down

0 comments on commit 507eaf6

Please sign in to comment.