Created
September 21, 2019 12:11
-
-
Save meysampg/f7d107991a4d9d7de688e2f9bb0abd61 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# install libraries | |
apt install libgtk2.0-0 | |
apt install libgconf-2-4 | |
# install xvfb to run orca as a server without graphical environment | |
apt install xvfb | |
# install electron | |
npm install -g [email protected] --allow-root --unsafe-perm | |
# install orca | |
npm install -g orca |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To fix issues related to
connection refused
on a jupyter session, please ensure that the permission of/tmp/orca-build
folder is correct and has a right ownership.