Update README.md

main
Christopher Williams 3 years ago
parent 43ffafbaba
commit 19f3433a0a

@ -17,19 +17,21 @@ Yes even on a linux system anaconda needs to be installed.
#### Windows #### Windows
Install Git ##### Install Git
https://git-scm.com/downloads https://git-scm.com/downloads
version control manager for code version control manager for code
we just use it to download repos from GitHub we just use it to download repos from GitHub
Must be on system PATH, When installing select the option add to system PATH Must be on system PATH, When installing select the option add to system PATH
Install Wget ##### Install Wget
used to download models for projects used to download models for projects
Windows users need this verison Windows users need this verison
https://eternallybored.org/misc/wget/ https://eternallybored.org/misc/wget/
download the .exe and I copied it to my C:/Windows/System directory (this isn't the correct way just the fastest to get it working) download the .exe and I copied it to my C:/Windows/System directory (this isn't the correct way just the fastest to get it working)
#### Ubuntu 22.04 #### Linux Mint 22.04
Install git and wget with the following command
``` ```
sudo apt-get -y install git wget sudo apt-get -y install git wget
``` ```

Loading…
Cancel
Save