Skip to content

Instantly share code, notes, and snippets.

View charlesll's full-sized avatar

Charles Le Losq charlesll

View GitHub Profile
@Luthaf
Luthaf / build.jl
Last active January 3, 2023 01:21
Using pip to install python dependencies for Julia.
using PyCall
# Change that to whatever packages you need.
const PACKAGES = ["pyyaml"]
# Import pip
try
@pyimport pip
catch
# If it is not found, install it