Skip to content

Commit

Permalink
Remove installation instructions for neem_interface_python
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Sep 27, 2024
1 parent 36d8709 commit 334c938
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 15 deletions.
15 changes: 1 addition & 14 deletions binder/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ RUN cd pycram \
&& cd src/neem_interface_python \
&& git clone https://github.com/benjaminalt/neem-interface.git src/neem-interface
RUN pip install --requirement ${PYCRAM_WS}/src/pycram/requirements.txt --user
RUN pip install --requirement ${PYCRAM_WS}/src/pycram/src/neem_interface_python/requirements.txt --user \
RUN pip install --requirement ${PYCRAM_WS}/src/pycram/requirements.txt --user \
&& pip cache purge
```

Expand Down Expand Up @@ -448,15 +447,3 @@ with simulated_robot:
arms=["left"],
grasps=["left", "right"]).resolve().perform()
```












1 change: 0 additions & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Then install the Python packages in the requirements.txt file
.. code-block:: shell
sudo pip3 install -r requirements.txt
sudo pip3 install -r src/neem_interface_python/requirements.txt
This installs the packages into ``/usr/local/lib``. If you prefer to not clutter your system-wide python installation,
you can also install the packages into the catkin workspace as follows:
Expand Down

0 comments on commit 334c938

Please sign in to comment.