You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Cleanup downloads page further.
Fix#873
* Add stable and lts versions to the support page
* update
* fix
---------
Co-authored-by: Viral B. Shah <[email protected]>
Install Julia using the <a href="https://install.julialang.org/Julia.appinstaller">MSIX App Installer</a>. Alternatively, if you have access to the <a href="https://www.microsoft.com/store/apps/9NJNWW8PVKMN">Microsoft Store</a>, you can install Julia by running the following in the command prompt:<br><br>
7
+
It appears that you are using Windows. Install Julia using the <a href="https://install.julialang.org/Julia.appinstaller">MSIX App Installer</a>. Alternatively, if you have access to the <a href="https://www.microsoft.com/store/apps/9NJNWW8PVKMN">Microsoft Store</a>, you can install Julia by running the following in the command prompt. In case you are not using Windows, please follow the <a onclick="showUNIX()" href="javascript:void(0);">Linux and macOS instructions</a>.<br><br>
Install Julia by running the following in your terminal:<br><br>
11
+
It appears that you are using macOS or Linux. Install Julia by running the following in your terminal. In case you are using Windows, please follow these <a onclick="showWindows()" href="javascript:void(0);">instructions for Windows</a>.<br><br>
@@ -39,7 +33,14 @@ This will install the latest stable version of Julia, as well as the `juliaup` t
39
33
40
34
## Next steps
41
35
42
-
Join the [community](/community). Check out the [learning resources](/learning). Do star us on [GitHub](https://github.com/JuliaLang/julia). If you use Julia in your research, please [cite us](/research/). If possible, do consider [sponsoring](https://github.com/sponsors/julialang) us.
36
+
@@tight-list
37
+
* Join the [community](/community).
38
+
* Check out the [learning resources](/learning).
39
+
* Set up an [editor](/#editors).
40
+
* Do star us on [GitHub](https://github.com/JuliaLang/julia).
41
+
* If you use Julia in your research, please [cite us](/research/).
42
+
* Do consider [sponsoring](https://github.com/sponsors/julialang) us.
<p>Julia has been downloaded over 45 million times and the Julia community has registered <ahref="https://juliahub.com/ui/Packages">over 10,000 Julia packages</a> for community use.
372
-
These include various mathematical libraries, data manipulation tools, and packages for general purpose computing. In addition to these, you can easily use libraries from <ahref="https://github.com/JuliaPy/PyCall.jl">Python</a>, <ahref="https://github.com/JuliaInterop/RCall.jl">R</a>, <ahref="https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/#Calling-C-and-Fortran-Code-1">C/Fortran</a>, and <ahref="https://github.com/JuliaInterop/CxxWrap.jl">C++</a>, and <ahref="https://github.com/JuliaInterop/JavaCall.jl">Java</a>.
371
+
<p>Julia has been downloaded over 100 million times and the Julia community has registered <ahref="https://juliahub.com/ui/Packages">over 12,000 Julia packages</a> for community use.
372
+
These include various mathematical libraries, data manipulation tools, and packages for general purpose computing. In addition to these, you can easily use libraries from <ahref="https://github.com/JuliaPy/PythonCall.jl">Python</a>, <ahref="https://github.com/JuliaInterop/RCall.jl">R</a>, <ahref="https://docs.julialang.org/en/v1/manual/calling-c-and-fortran-code/#Calling-C-and-Fortran-Code-1">C/Fortran</a>, and <ahref="https://github.com/JuliaInterop/CxxWrap.jl">C++</a>, and <ahref="https://github.com/JuliaInterop/JavaCall.jl">Java</a>.
373
373
If you do not find what you are looking for, ask on <ahref="https://discourse.julialang.org">Discourse</a>, or even better, <ahref="https://julialang.github.io/Pkg.jl/v1/">contribute one</a>!</p>
0 commit comments