Skip to content

Commit e94c5cc

Browse files
committed
2 parents c78f589 + 38a7219 commit e94c5cc

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,26 @@ OMERO Vitessce multimodal data viewer.
66
Installation
77
============
88

9-
Install `omero_vitessce` in mode as follows:
9+
This section assumes that an OMERO.web is already installed.
1010

11-
# within your python venv:
12-
cd omero-vitessce
13-
pip install -e .
11+
Install the app using [pip](https://pip.pypa.io/en/stable/):
12+
13+
NB: You need to ensure that you are running `pip` from the python environment
14+
where `omero-web` is installed.
15+
16+
$ pip install -U omero-vitessce
1417

1518
Add the app to the `omero.web.apps` setting:
1619

17-
omero config append omero.web.apps '"omero_vitessce"'
20+
$ omero config append omero.web.apps '"omero_vitessce"'
1821

1922
Add `omero_vitessce` as a tab in the right-hand-side panel:
2023

21-
omero config append omero.web.ui.right_plugins '["Vitessce", "omero_vitessce/webclient_plugins/right_plugin.vitessce.js.html", "vitessce_tab"]'
24+
$ omero config append omero.web.ui.right_plugins '["Vitessce", "omero_vitessce/webclient_plugins/right_plugin.vitessce.js.html", "vitessce_tab"]'
2225

2326
Add the omero web address (replace ´'"http://localhost:4080"'´ with your address):
2427

25-
omero config set omero.web.omero_vitessce.serveraddress '"http://localhost:4080"'
28+
$ omero config set omero.web.omero_vitessce.serveraddress '"http://localhost:4080"'
2629

2730
Now restart OMERO.web as normal for the configuration above to take effect.
2831

@@ -38,7 +41,7 @@ Usage
3841
COMING SOON!
3942

4043
Development
41-
----------------
44+
=======================
4245

4346
## Sources
4447

@@ -64,8 +67,8 @@ You can run this project in development mode or as an OMERO.web Django app.
6467

6568
To get started:
6669

67-
cd vitessce_app
68-
npm install
70+
$ cd vitessce_app
71+
$ npm install
6972

7073
In the project directory, you can run:
7174

@@ -86,13 +89,13 @@ html and static files to the Django app in `vitessce app`. See the [deploy_build
8689
You also need to install the app into your `omero-web` environment:
8790

8891
# cd to the root of the repo
89-
pip install -e .
92+
$ pip install -e .
9093

9194
You will need to have the app configured in your OMERO.web install:
9295

93-
omero config append omero.web.apps '"omero_vitessce"'
94-
omero config append omero.web.ui.right_plugins '["Vitessce", "omero_vitessce/webclient_plugins/right_plugin.vitessce.js.html", "vitessce_tab"]'
95-
omero config set omero.web.omero_vitessce.serveraddress '"http://localhost:4080"'
96+
$ omero config append omero.web.apps '"omero_vitessce"'
97+
$ omero config append omero.web.ui.right_plugins '["Vitessce", "omero_vitessce/webclient_plugins/right_plugin.vitessce.js.html", "vitessce_tab"]'
98+
$ omero config set omero.web.omero_vitessce.serveraddress '"http://localhost:4080"'
9699

97100
It bundles React in production mode and optimizes the build for the best performance.
98101

0 commit comments

Comments
 (0)