mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-05 21:07:50 +00:00
999c23d1ff
In the past, tutor was installed with "pip install tutor-openedx". For some time (since v12.0.2), "tutor" was installed as a dependency of "tutor-openedx". Now is the time to get rid of that old package. The standard way of installing tutor is now with "pip install tutor".
10 lines
88 B
Plaintext
10 lines
88 B
Plaintext
.*.swp
|
|
!.gitignore
|
|
TODO
|
|
__pycache__
|
|
*.egg-info/
|
|
|
|
/build/
|
|
/dist/
|
|
/release_description.md
|