How to Download

Below you can find instructions on how to download.


Using Raco
raco pkg install https://github.com/morazanm/fsm.git
Using DrRacket Package Manager
Instructions:
  1. File->PackageManager
  2. Under Package Source paste the following: https://github.com/morazanm/fsm.git
  3. Click Install
  4. Wait for installation
Graphviz Installation
  1. Download the appropriate stable version.
  2. Open the installer and follow the installation instructions
Adding Graphviz as an Environment Variable (Windows Only)
  1. In the bottom left of the screen type environment in the search bar
  2. Click on "Edit the system environment variables"
  3. In the Advanced tab click the Environment Variables button
  4. Click on PATH so that it is highlighted, then click Edit
  5. Then click New and add the location to where you installed graphviz
    • Make sure to highlight the /bin folder inside of the graphviz folder!
  6. Press OK
  7. C:\> dot -V