Skip to content
Andrei Horak edited this page Jun 8, 2019 · 2 revisions

Stable version

The quickest and recommended way is to install remodel via pip:

pip install remodel

It's good practice to install remodel in a virtual environment!

Development version

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
Clone this wiki locally