Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update README install section #83

Open
ghost opened this issue Mar 29, 2021 · 1 comment
Open

update README install section #83

ghost opened this issue Mar 29, 2021 · 1 comment

Comments

@ghost
Copy link

ghost commented Mar 29, 2021

I found I had to use add "LinearAlgebraicRepresentation" instead of add("LinearAlgebraicRepresentation") which errored out with ERROR: Could not determine command and wanted to update the README to include also this installation line

@waldyrious
Copy link

waldyrious commented Mar 29, 2021

@grace-harper-ibm, AFAIK the add "LinearAlgebraicRepresentation" line only works in the Pkg REPL (triggered with ]). What they use in the README is the direct method call from the normal Julia REPL. That approach works if one uses the line that's currently commented out in the README, i.e.:

using Pkg
Pkg.add("LinearAlgebraicRepresentation")

I just tested this locally, and it worked as expected. (On an earlier version of this comment, I mentioned getting an "unsatisfiable requirements" error during the process, but that's disappeared now that I've upgraded to Julia 1.6.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant