We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42b2205 commit 7301d77Copy full SHA for 7301d77
1 file changed
README.md
@@ -4,13 +4,13 @@
4
#installation
5
<h5>install with pip</h5>
6
<pre>
7
- pip install bashplotlib
+ $ pip install bashplotlib
8
</pre>
9
<h5>install from source</h5>
10
11
- git clone git@github.com:glamp/bashplotlib.git
12
- cd bashplotlib
13
- python setup.py install
+ $ git clone git@github.com:glamp/bashplotlib.git
+ $ cd bashplotlib
+ $ python setup.py install
14
15
16
#examples
0 commit comments