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
+21-9Lines changed: 21 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,27 @@ Your favorite plumbing snake 🐍🔧 with your favorite pipes, right in your sh
15
15
:target:https://codecov.io/gh/python-mario/mario
16
16
17
17
18
+
Installation
19
+
============
20
+
21
+
Get it with pip:
22
+
23
+
.. code-block:: bash
24
+
25
+
python3.7 -m pip install mario
26
+
27
+
If you're not inside a virtualenv, you might get a PermissionsError. In that case, try using:
28
+
29
+
.. code-block:: bash
30
+
31
+
python3.7 -m pip install --user mario
32
+
33
+
or for more flexibility and safety, use `pipx <https://github.com/pipxproject/pipx/>`_:
34
+
35
+
.. code-block::bash
36
+
37
+
pipx install --python python3.7 mario
38
+
18
39
Usage
19
40
=====
20
41
@@ -513,15 +534,6 @@ Plugins
513
534
Add new commands like ``map`` and ``reduce`` by installing mario plugins. You can try them out without installing by adding them to any ``.py`` file in your ``~/.config/mario/modules/``.
0 commit comments