Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 548 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 548 Bytes

alt text

Build Status

This package checks the availability of packages in Pkg.jl and asks you to install if it is available.

How to use?

First, you must import Pkg:

using Pkg

Then, you add IsAvailable.jl:

Pkg.clone("https://github.com/Leticia-maria/IsAvailable.jl")

And, finally:

using IsAvailable