An open API service indexing awesome lists of open source software.

https://github.com/juliacomputing/introductiontraining


https://github.com/juliacomputing/introductiontraining

Last synced: 12 months ago
JSON representation

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)