-
-
Notifications
You must be signed in to change notification settings - Fork 28
Installation
Andrei Horak edited this page Jun 8, 2019
·
2 revisions
The quickest and recommended way is to install remodel via pip:
pip install remodelIt's good practice to install remodel in a virtual environment!
To benefit from the latest changes in the code base, do either:
git clone git@github.com:linkyndy/remodel.git
cd remodel
pip install -e .[dev]or
pip install git+git://github.com/linkyndy/remodel.git