https://github.com/juliacomputing/introductiontraining
https://github.com/juliacomputing/introductiontraining
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/juliacomputing/introductiontraining
- Owner: JuliaComputing
- Created: 2020-10-15T03:24:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-15T03:34:38.000Z (over 5 years ago)
- Last Synced: 2025-01-05T16:08:40.922Z (about 1 year ago)
- Language: Julia
- Size: 34.2 KB
- Stars: 4
- Watchers: 13
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Installation:
1. Install Julia 1.5.2 for your platform: https://julialang.org/downloads/
2. Install VS Code for your platform: https://code.visualstudio.com/download
3. Launch VS Code!
3.1 Inside VS Code, go to the extensions view either by:
- executing the View: Show Extensions command (click View->Command Palette...)
- or by clicking on the gear icon on the bottom left and selecting Extensions
3.2 In the extensions view, simply search for "Julia" and install!
# Getting these materials:
These materials are hosted on GitHub at https://github.com/JuliaComputing/IntroductionTraining
To download these materials, you can either:
- Download the zipped directory: https://github.com/JuliaComputing/IntroductionTraining/archive/master.zip
- Use git to _clone_ the repository
(I only recommend this if you are already familiar with git)