Installation¶
To set up the project, we need to do the following things:
Create a
conda
environment with$ conda env create -n ts -f environment.yml
Install
Julia
from this website. Then, install other dependencies for running the problems sets with$ create_julia_env.ps1
Get
gretl
from sourceforge.
Working on the Project¶
If you want to work on the project, execute
$ start_project.ps1
This will start a development server for the documentation on http://localhost:8000 which will be generated automatically and Jupyter Lab on http://localhost:8888.