Skip to content

Commit

Permalink
Add conda installation info (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
andersy005 authored Nov 5, 2020
1 parent f99560c commit aa27703
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

Jupyter-forward simplifies the process of running `jupyter lab` on a remote machine by performing the following tasks on behalf of the users:

1. Log into a remote cluster/resource via the SSH protocol.
2. Launch Jupyter Lab on the remote cluster.
3. Port forward Jupyter Lab session back to your local machine.
1. Logging into a remote cluster/resource via the SSH protocol.
2. Launching Jupyter Lab on the remote cluster.
3. Port forwarding Jupyter Lab session back to your local machine.
4. Opening the port forwarded Jupyter Lab session into your local browser.

## Installation
Expand All @@ -30,6 +30,12 @@ Jupyter-forward can be installed from PyPI with pip:
python -m pip install jupyter-forward
```

Jupyter-forward is also available from conda-forge for conda installations:

```bash
conda install -c conda-forge jupyter-forward
```

See [documentation](https://jupyter-forward.readthedocs.io) for more information.

[github-ci-badge]: https://img.shields.io/github/workflow/status/NCAR/jupyter-forward/CI?label=CI&logo=github&style=for-the-badge
Expand Down
5 changes: 2 additions & 3 deletions docs/source/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ Jupyter-forward can be installed from PyPI with pip:
python -m pip install jupyter-forward
```

````{admonition} Coming soon!!
Jupyter-forward will also be available from conda-forge for conda installations:
Jupyter-forward is also available from conda-forge for conda installations:

```bash
conda install -c conda-forge jupyter-forward
````
```

0 comments on commit aa27703

Please sign in to comment.