1.cs account setup:
https://www.cs.ubc.ca/getacct
2.racket download:
http://racket-lang.org/download/
Choose install packet according to your laptop.
for win 10:
Select the Start button > Settings > System > About .
Open About settings
Under Device specifications > System type, see if you're running a 32-bit or 64-bit version of Windows.
Under Windows specifications, check which edition and version of Windows your device is running.
Then follow the video below to install racket
for mac:
check 32 or 64 bit system first
https://www.wikihow.com/Determine-If-You-Are-Running-the-32-Bit-or-64-Bit-Kernel-in-Mac-OS-X
a.Press Command+Space and type Terminal and press enter/return key.
b.Copy the command below and run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null ; brew install caskroom/cask/brew-cask 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish.
c.Run:
brew cask install racket
Done! Search Racket and open it.
3.Then on the lower left of that window, select Show Details. At Constant Style, select the bubble with true false empty. Then press OK.
- on the console, input
(+ 3 4)
and press enter, check if racket is working
5.The last step is downloading the course plugin for tag and labs and assigment hand-in. Since the plugin is different
every term, check the edge-edx course website for the most updated instructions.
Course -> Syllabus ->Setup ->Setup
and search the "plugin" key work on the page, you will find the part.