Skip to content

Commit

Permalink
Update references to Elyra 2.0 release artifacts (elyra-ai#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitzler authored Jan 14, 2021
1 parent db34e7d commit 39c28e9
Showing 1 changed file with 24 additions and 23 deletions.
47 changes: 24 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,39 +100,40 @@ Elyra can be installed via PyPi:

* [JupyterLab](https://github.com/jupyterlab/jupyterlab) 1.x is supported on **Elyra 0.10.x and below**

via PyPi:
```bash
pip install elyra==0.10.3 && jupyter lab build
```
Install from PyPI:
```bash
pip install elyra==0.10.3 && jupyter lab build
```

* [JupyterLab](https://github.com/jupyterlab/jupyterlab) 2.x is supported on **Elyra 1.0.0 and above**

via PyPi:
```bash
pip install --upgrade "elyra<2.0.0" && jupyter lab build
```

Note: Ubuntu and CentOS users may need to use `pip3 install elyra`
Install from PyPI:
```bash
pip install --upgrade "elyra<2.0.0" && jupyter lab build
```

using Conda:
```bash
conda install -c conda-forge "elyra<2.0.0" && jupyter lab build
```
Note: Ubuntu and CentOS users may need to use `pip3 install elyra`

Install from Conda:
```bash
conda install -c conda-forge "elyra<2.0.0" && jupyter lab build
```

* [JupyterLab](https://github.com/jupyterlab/jupyterlab) 3.x is supported on **Elyra 2.0.0 and above**

via PyPi:
```bash
pip install --upgrade "elyra>=2.0.0" && jupyter lab build
```
> Elyra version 2.0.0 has not been released yet.
Note: Ubuntu and CentOS users may need to use `pip3 install elyra`
Install from PyPI:
```bash
pip install --upgrade "elyra>=2.0.0" && jupyter lab build
```

using Conda:
```bash
conda install -c conda-forge "elyra>=2.0.0" && jupyter lab build
```
Note: Ubuntu and CentOS users may need to use `pip3 install elyra`

Install fom Conda:
```bash
conda install -c conda-forge "elyra>=2.0.0" && jupyter lab build
```

### Verify Installation
```bash
Expand Down

0 comments on commit 39c28e9

Please sign in to comment.