Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.17 KB

README.rst

File metadata and controls

44 lines (29 loc) · 1.17 KB

dtool CLI commands for configuring dtool settings

PyPi package Travis CI build status (Linux) Code Coverage

Installation

Installation using pip:

pip install dtool-config

Example usage

Setting the user name and email:

dtool config user name "Marie Curie"
dtool config user email marie.curie@sorbonne-universite.fr

Setting the download cache:

mkdir /tmp/dtool
dtool config cache /tmp/dtool

Related packages