install esquemático


 Install and Configure Dr Racket with esquemático for Windows:

         Navigate to Download Dr Racket
                - Download the version appropriate for your computer and operating system (Windows)
                - Click on the “racket-...exe” button
                - Execute the "racket....exe" file

         Download the esquematico folder from the main branch in this repository
                 - Copy the esquematico  folder into the Racket/collects folder
                 - Assuming that the C: drive is the main drive on your computer, this is usually located at:
                      C:\Program Files\Racket

         Delete the 'Racket' folder located at C:\Users\*username*\AppData\Roaming\Racket 
                 - Create a new folder called 'Racket' inside the folder C:\Users\*username*\AppData\Roaming
                 - Download the racket-prefs.rktd file from the branch 'main' of this repository
                 - Place the racket-prefs.rktd file inside of the 'Racket' folder you created
 
         Open Dr Racket, hit Run in the upper right hand corner, and you're all set!
                 - Note that all files should (automatically) start with the following two lines in order to use esquemático 

    #lang scheme
    (require esquematico/base)
      

 Install and Configure Dr Racket with esquemático for Mac:

         Naviage to Download Dr Racket
                - Download the version appropriate for your computer and operating system (MacOS)
                - Click on the “racket-...dmg” button
                - In the opening/saving dialog that follows choose to save the file "racket....dmg"
                - Double-click on the "racket....dmg" disk-image file that you saved
                - From the disk folder that opens, drag the Racket vXXXX folder (where XXXX is the number of the current version
                        of DrRacket) to the Applications folder
 
        Download the esquematico folder from the branch 'main' of this repository
                  - Copy the esquematico folder into the Racket/collects folder
                  - The collects folder should be located at hard drive/Applications/Racket vXXXX, where XXXX is the number of the 
                        current version of Dr Racket


       Open the Terminal Application and make sure that the entire /Applications/Racket vXXXX/collects hierarchy is world-readbale 
       and word-executable, but not world-writable by executing the command:
              - chmod -R go+rx-w /Applications/Racket\ vXXXX/collects
 
        If they exist, delete the files:
              - hard drive/Users/user name/Library/Preferences/org.plt-scheme.DrScheme.plist
              - hard drive/Users/user name/Library/Preferences/org.plt-scheme.prefs.ss
              - hard drive/Users/user name/Library/Preferences/org.racket-lang.DrRacket.plist
              - hard drive/Users/user name/Library/Preferences/org.racket-lang.prefs.rktd
              - hard drive/Users/user name/Library/Preferences/PLT-autosave-toc
              - hard drive/Users/user name/Library/Preferences/PLT-autosave-toc-save
              - hard drive/Users/user name/Library/Preferences/PLT-autosave-toc.rktd
              - hard drive/Users/user name/Library/Preferences/PLT-autosave-toc-save.rktd
 
        Download the file org.racket-lang.prefs.rktd from the branch 'main' of this repository 

               - Copy the file org.racket-lang.prefs.rktd in the folder hard disk/Users/username/Library/Preferences

    

    #lang scheme
    (require esquematico/base)