You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,8 +41,17 @@ Use `pip <http://www.pip-installer.org/en/latest/installing.html>`_::
41
41
pip install moodle-sdk --user
42
42
mdk init
43
43
44
-
That's it!
44
+
Notes
45
+
~~~~~
45
46
47
+
This method does not require ``sudo`` as it installs MDK for the current user. It is assumed that ``~/.local/bin`` is in your PATH (or `equivalent <https://docs.python.org/3/library/site.html#site.USER_BASE>`_).
48
+
49
+
If it isn't, this snippet for ``~/.profile`` might be useful::
50
+
51
+
# Set PATH so it includes user's private local bin if it exists.
0 commit comments