There are two ways to use and run this package:
Clone the repository to your machine. Activate the package environment, you can do this by either starting a REPL, pressing ] to enter the package manager, and then typing:
activate .or in VSCode, you can use the command palette (Ctrl+Shift+P) and type "Julia: Change Current Environment" and select the directory where you cloned the repository.
After activating the environment, you need to instantiate the package to install all dependencies. You can do this by typing:
instantiatein the package manager.
For this version, I recommend creating a new Julia environment. Create a new directory for your project, navigate to it in the terminal, start Julia, enter the package manager by pressing ], and then type:
activate .Then, add the package by typing:
add https://github.com/julia-mpsge/ring_model.jlYou will also want both JuMP and MPSGE installed,
add JuMP, MPSGE