Skip to content
This repository has been archived by the owner on Oct 2, 2020. It is now read-only.

Commit

Permalink
COZMO-17421 Removed references to PyOpenGL-accelerate (anki#52)
Browse files Browse the repository at this point in the history
updated documentation and requirements
  • Loading branch information
ankiNicolas authored Jul 27, 2018
1 parent a6bf602 commit 63116cb
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
Optional requirements for 3D viewer/visualization:
* PyOpenGL
* PyOpenGL-accelerate
* Pillow
'''

Expand Down
2 changes: 1 addition & 1 deletion src/cozmo/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ def connect_with_3dviewer(f, conn_factory=conn.CozmoConnection, connector=None,
% opengl)
else:
raise NotImplementedError('opengl is not available; '
'make sure the PyOpenGL, PyOpenGL-accelerate and Pillow packages are installed:\n'
'make sure the PyOpenGL and Pillow packages are installed:\n'
'Do `pip3 install --user cozmo[3dviewer]` to install. Error: %s' % opengl)

viewer = opengl.OpenGLViewer(enable_camera_view=enable_camera_view, show_viewer_controls=show_viewer_controls)
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ deps =
numpy
Pillow
PyOpenGL
PyOpenGL-accelerate
commands =
sphinx-build -W -b html -d {envtmpdir}/doctrees source {envtmpdir}/html
3 changes: 1 addition & 2 deletions vagrant/setup-vm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ pip3 install numpy \
pillow \
tweepy \
flask \
PyOpenGL \
PyOpenGL-accelerate
PyOpenGL
sudo localectl set-locale LANG="en_US.UTF-8"

echo ">>> Installing Android Command Line Tools"
Expand Down

0 comments on commit 63116cb

Please sign in to comment.