A tiny cli tool to manage PANDORA's dependencies.
Project description
pandoradep is a python tool for easy deployment of PANDORA packages
Install
Via PyPI:
sudo pip install pandoradep
Or clone the code and install it, running:
python setup.py install
Usage
Init wstool in your workspace:
wstool init .
Scan and write the dependencies to a rosinstall file:
pandoradep scan repo_root_directory > some_file.rosinstall
Install the dependencies, by running:
wstool merge some_file.rosinstall wstool update
You can find more info about wstool and rosinstall files here.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pandoradep-0.2.1.tar.gz
(4.5 kB
view hashes)