Skip to content

Commit ff89b2b

Browse files
committed
Remove references in *.md to Inline::Python and pygments
Add references to needing nodejs and GCC 4.8
1 parent 3e8922b commit ff89b2b

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,8 @@ computer. To do this you will need:
206206
(optional; a Perl 5 web framework; it allows you to run a web
207207
app locally to display the docs)
208208
- [SASS](http://sass-lang.com/) Compiler
209-
- pygmentize (optional; a program to add syntax highlighting to code
210-
examples)
211-
- `Inline::Python` (optional; run Python code from within Perl 6,
212-
necessary for faster execution of pygmentize)
209+
- [highlights](https://github.com/perl6/atom-language-perl6) (optional; requires
210+
only `nodejs` and at least GCC-4.8 on Linux to be installed. Running `make` will set everything up for you.)
213211

214212
### Dependency installation
215213

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ computer by starting the included `app.pl` program:
4848
You can then view the examples documentation by pointing your web browser at
4949
[http://localhost:3000](http://localhost:3000).
5050

51-
You will need at least [Mojolicious](https://metacpan.org/pod/Mojolicious) installed and [Inline::Python](https://metacpan.org/pod/Inline::Python) is recommended
52-
to speed up the syntax highlighting phase.
51+
You will need at least [Mojolicious](https://metacpan.org/pod/Mojolicious)
52+
installed and you will need [nodejs](https://nodejs.org) to perform highlighting.
5353

5454
--------
5555

0 commit comments

Comments
 (0)