Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Preparing your system and getting the template

Programme installation

Make sure you have the following programs installed and that these can be found on your path. This template requires

Validating the installation paths

If you are on Windows, please open the Windows Powershell. On Mac or Linux, open a terminal. As everything will be started from the Powershell/Terminal, you need to make sure that all programmes you need in your project (for sure pixi, Git, and LaTeX; potentially VS Code, R, Julia, Stata) can be found on your PATH. That is, these need to be accessible from your shell. This often requires a bit of manual work, in particular on Windows.

In the Powershell/Terminal, navigate to the parent folder of your future project.

Now type pwd, which prints the absolute path to your present working directory. There must not be any spaces or special characters in the path (for instance ä, ü, é, Chinese or Cyrillic characters).

If you have any spaces or special characters on your path, change to a folder that does not have these special characters (e.g., on Windows, create a directory C:\projects. Do not rename your home directory).

Type git status , this should yield the output:

fatal: not a git repository (or any of the parent directories): .git

Installing the template

To install the template repository, first go to the econ-project-templates repo.

Now follow the official instructions on how to create a new repository from a template repository.