We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The quickest and recommended way is to install remodel via pip:
pip
pip install remodel
It's good practice to install remodel in a virtual environment!
To benefit from the latest changes in the code base, do either:
git clone [email protected]:linkyndy/remodel.git cd remodel pip install -e .[dev]
or
pip install git+git://github.com/linkyndy/remodel.git