File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,8 @@ Mapnya is an extension library for map visualization.
52
52
See [ this notebook] ( http://nbviewer.ipython.org/github/domitry/nyaplot/blob/master/examples/notebook/Mapnya.ipynb ) to learn more.
53
53
54
54
## Installation
55
+ ### Install nyaplot
56
+ <!--
55
57
### Build and install nyaplot
56
58
This gem is still under development and is not registered to RubyGems.org. Therefore clone this repository and build gem by yourself to try it.
57
59
@@ -64,9 +66,8 @@ And then build and install using gem command:
64
66
cd nyaplot
65
67
gem build nyaplot.gemspec
66
68
gem install nyaplot-0.0.1.gem
69
+ -->
67
70
68
-
69
- <!--
70
71
Add this line to your application's Gemfile:
71
72
72
73
gem 'nyaplot'
@@ -78,7 +79,7 @@ And then execute:
78
79
Or install it yourself as:
79
80
80
81
$ gem install nyaplot
81
- -->
82
+
82
83
83
84
### Install IRuby notebook
84
85
Nyaplot do not have any dependency, but we strongly recommend to install [ IRuby] ( https://github.com/minad/iruby ) by @minad at the same time.
You can’t perform that action at this time.
0 commit comments