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

[JOSS Review] Small error in installation instructions #268

Open
gomezzz opened this issue Mar 20, 2024 · 1 comment
Open

[JOSS Review] Small error in installation instructions #268

gomezzz opened this issue Mar 20, 2024 · 1 comment

Comments

@gomezzz
Copy link

gomezzz commented Mar 20, 2024

In the installation instructions it is stated for optional dependencies to run

pip install amltk[notebook]
...

I believe this has to be

pip install "amltk[notebook]" 
...

to function - at least on Linux. :)

(opened as part of JOSS Review openjournals/joss-reviews#6367 )

@eddiebergman
Copy link
Contributor

Good spot, I've ran into the issue a few times in other repos. Funnily enough, I think it is also dependant on which shell is being used, i.e bash vs zsh

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

2 participants