We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Dolo is distributed as a standard python package. It can be installed using conda with:
conda install -c conda-forge dolo
Here are some detailed instructions to install the in-development version:
Launch git bash and from the command-line
https
git config --global url."https://".insteadOf git://
conda install -c conda-forge ruamel.yaml=0.11.11 conda install -c cwrowley slycot=0.2.0`` (linux osx only)
mkdir Work cd Work
git clone https://github.com/EconForge/Dolang.git cd Dolang pip install -e . cd ..
git clone https://github.com/EconForge/dolo.git cd dolo pip install -e . cd ..
Now is time to play with the installation:
cd dolo/examples/notebooks jupyter notebook
This should open a browser interface to many notebooks. Try to open and run them (hint: press Shift+Enter in each cell).