scheinerman / LatexPrint.jl

Print Julia objects in a form suitable for LaTeX mathematics mode.
MIT License
72 stars 11 forks source link

import Pkg; Pkg.add("LatexPrint") #13

Closed janrpeters closed 4 years ago

janrpeters commented 4 years ago

I tried

import Pkg; Pkg.add("LatexPrint")

but I get

The following package names could not be resolved:

Do I need to clone it?

scheinerman commented 4 years ago

Sorry you're having trouble. I really don't understand how all this package stuff works. I just use Pkg.dev because it never complains. Yeah, I suppose try Pkg.clone ... sorry!!

janrpeters commented 4 years ago

Just a suggestion: Please add the Installation instruction

pkg"add https://github.com/scheinerman/LatexPrint.jl"

such that I and other Julia Newbies directly understand how easy your really nice (non-registered) package can be added …

On 18 May 2020, at 17:18, Ed Scheinerman wrote:

Sorry you're having trouble. I really don't understand how all this package stuff works. I just use Pkg.dev because it never complains. Yeah, I suppose try Pkg.clone ... sorry!!

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/scheinerman/LatexPrint.jl/issues/13#issuecomment-630252432

scheinerman commented 4 years ago

Thanks for the suggestion.