Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/asmodehn/rostful into pyt…
Browse files Browse the repository at this point in the history
…hon_mutate
  • Loading branch information
asmodehn committed Apr 17, 2018
2 parents 0a16323 + ae267b2 commit ee9531d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ PYTHON VIRTUALENV SETUP
How to setup your python virtual environment on Ubuntu (tested on Trusty
14.04)
- Install and Setup virtualenvwrapper if needed
``` sudo apt-get install virtualenvwrapper echo "source /etc/bash_completion.d/virtualenvwrapper" >> ~/.bashrc ```
``` sudo apt-get install virtualenvwrapper && echo "source /etc/bash_completion.d/virtualenvwrapper" >> ~/.bashrc ```

- Create your virtual environment for your project
``` mkvirtualenv myproject --no-site-packages workon myproject ```

- Populate it to use rostful. The catkin dependency is temporarily needed
to be able to use the setup.py currently provided in rostful.
``` pip install catkin-pkg rostful ```
``` pip install catkin-pkg rostful ```

0 comments on commit ee9531d

Please sign in to comment.