Skip to content

FourthBrain/MLE-6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🚀 Let's Get Started!

Windows
wsl --install -d Ubuntu-20.04

Give it a test drive!

WindowsTerminal

Continue by installing the following tools using Windows Terminal to setup your environment. When prompted, make sure to add conda to init.

Tool Purpose Command
🐍 Anaconda Python & ML Toolkits wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
bash Anaconda3-2021.11-Linux-x86_64.sh
source ~/.bashrc
:octocat: Git Version Control sudo apt update && sudo apt upgrade
sudo apt install git-all
📝 VS Code Development Environment Download (Windows version)
Linux (Debian/Ubuntu)

Open terminal using Ctrl+Shift+T. Enter the following commands in terminal to setup your environment. When prompted, make sure to add conda to init.

Tool Purpose Command
🐍 Anaconda Python & ML Toolkits wget https://repo.anaconda.com/archive/Anaconda3-2021.11-Linux-x86_64.sh
bash Anaconda3-2021.11-Linux-x86_64.sh
source ~/.bashrc
:octocat: Git Version Control sudo apt update && sudo apt upgrade
sudo apt install git-all
📝 VS Code Development Environment Download
macOS

Open terminal using +Space and type terminal. Enter the following commands in terminal to setup your environment. When prompted, make sure to add conda to init.

Tool Purpose Command
🐍 Anaconda Python & ML Toolkits wget https://repo.anaconda.com/archive/Anaconda3-2021.11-MacOSX-x86_64.sh
bash Anaconda3-2021.11-MacOSX-x86_64.sh
source ~/.bashrc
:octocat: Git Version Control sudo apt update && sudo apt upgrade
sudo apt install git-all
📝 VS Code Development Environment Download

Finally, make sure that GitHub is ready to roll

If you don't already have one, make an account on Github

Viewing the Repositories

Login and click on the top right user icon, then go to repositories.

Creating a New Repository

When viewing the respository page, click on New and proceed to create your repo.


Filling Respository Details

Create the repository by inputting the following:

  • Repo name
  • Repo description
  • Make repo public
  • Add a README
  • Add .gitignore (Python template)
  • Add license (choose MIT)

Then click Create Repository.

Guides

Getting Started
Terminal Commands
Connecting to AWS & GCP

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published