/flep

flep -- a tool for managing interdependent libraries in a flat hierarchy

Primary LanguagePython

flep

flep -- a tool for managing interdependent libraries in a flat hierarchy

Installation

git clone https://github.com/cfneuhaus/flep.git
pip install --user ./flep

If you have ~/local/bin in your path, you should now be able to run flep. If you cannot, append the local bin path to your PATH as follows:

echo 'export PATH=$PATH:~/.local/bin' >> ~/.bashrc