CC-pipe is a general pipeline for solo/personal projects that provides a framework for organisation while trying not to get in the way of exploration or enforcing too many rules.
Python 3.xx, Linux
- Clone this repo using git
git clone https://github.com/carlocarfora/cc-pipe.git
- Create a virtual environment in cc-pipe
python -m venv /path/to/new/virtual/environment
- Use pip to install from requirements.txt in cc-pipe folder
pip install -r requirements.txt
-
Open data>settings.yml and define your repo root (or open settings from cc-pipe itself)
-
Start cc-pipe with the following command
python main.py
Check the help in ccpipe for usage instructions.