-
Notifications
You must be signed in to change notification settings - Fork 35
Repository Usage
If you are using Windows, you will need to run all bash commands in administrator mode.
To build the repository as-is from start to finish, the following procedure should be implemented:
-
From the
data
subdirectory, run the following bash command in a terminal:python make.py
-
From the
analysis
subdirectory, run the following bash command in a terminal:python make.py
-
From the
paper_slides
subdirectory, run the following bash command in a terminal:python make.py
The instructions for setting up command line usage and building the repository assume you are running Python via shell as opposed to an integrated development environment (IDE) such as Spyder.
If you are using an IDE, it is critical to note that environment variables such as PATH may be different from those in your system environment. Therefore, following the instructions in this README does not necesarily guarantee that gslab_make
will work with your IDE.
If you are using Windows, you must run gslab_make
on administrator mode. To do so, open your terminal/IDE by right clicking and selecting Run as administrator
.
To permanently set up your terminal/IDE to run as administrator mode:
- Right click on the shortcut for your terminal/IDE and select
Properties
. - Click
Advanced
and checkRun as administrator
. - Click
OK
.