This website requires JavaScript.
Explore
Help
Register
Sign In
christianlight
/
tutor
Watch
6
Star
0
Fork
0
You've already forked tutor
mirror of
https://github.com/ChristianLight/tutor.git
synced
2024-11-14 01:04:09 +00:00
Code
Issues
Releases
Activity
0c4b82f80c
tutor
/
docs
/
download
/
pip.rst
4 lines
51 B
ReStructuredText
Raw
Normal View
History
Unescape
Escape
feat: switch the package name from "tutor-openedx" to "tutor" The package maintainer of the "tutor" package was kind enough to transfer ownership of the project to us. This is great, because we no longer have to use the "openedx" suffix, which is trademarked. For the time being, we keep maintaining the "tutor-openedx" package which has a 1-to-1 dependency on the "tutor" package. In the future, we expect that we will no longer push upgrades to tutor-openedx.
2021-06-25 15:03:43 +00:00
..
parsed-literal
::
docs: wrap `tutor[full]` in quotes for zsh compatibility The docs recommend commands like: pip install tutor[full] pip install -e ./tutor[full] for installing Tutor. These work fine in bash. For zsh, though, which is now the default on macOS, quotes are needed, otherwise zsh will interpret the brackets as special syntax: pip install "tutor[full]" pip install -e "./tutor[full]" Caveat: I have not tested this myself since I don't own a Mac, but I've read several issue reports to this effect, such as: https://github.com/pypa/pipenv/issues/2830#issuecomment-419593199
2022-04-06 14:23:25 +00:00
pip install "tutor[full]"
Copy Permalink