This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| gist:jdaviz-conda-install [2022/03/10 19:44] – samuel | gist:jdaviz-conda-install [2022/03/10 20:12] (current) – samuel | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| Then you can just install it with pip | Then you can just install it with pip | ||
| | | ||
| - | pip install jdaviz --upgrade | + | pip install jdaviz --upgrade |
| + | |||
| + | |||
| + | **Did not work out** so in the end I installed everything through pip. | ||
| + | |||
| + | conda create -n py3-jdaviz python=3.8 | ||
| + | conda activate py3-jdaviz | ||
| + | pip install vispy> | ||
| + | pip install jdaviz --no-cache-dir | ||
| + | |||
| + | |||