Mercurial > hgrepos > Python > libs > pygments-lexer-pseudocode2
comparison README.md @ 8:5812e7f3bc13
Rename the project the implementing class to "pygments-lexer-pseudocode2".
This is to not to clash with the original package.
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sun, 19 Apr 2026 18:15:56 +0200 |
| parents | 4615d6df8293 |
| children |
comparison
equal
deleted
inserted
replaced
| 7:4189849f2715 | 8:5812e7f3bc13 |
|---|---|
| 4 | 4 |
| 5 ## Installation | 5 ## Installation |
| 6 | 6 |
| 7 The lexer is available as a Pip package: | 7 The lexer is available as a Pip package: |
| 8 | 8 |
| 9 pip install pygments-lexer-pseudocode | 9 pip install pygments-lexer-pseudocode2 |
| 10 | 10 |
| 11 Alternatively, to install from the git repository: (you may need to sudo depending on your Python environment) | 11 Alternatively, to install from the git repository: (you may need to sudo depending on your Python environment) |
| 12 | 12 |
| 13 python setup.py install | 13 python -m build |
| 14 | 14 |
| 15 ## Usage | 15 ## Usage |
| 16 | 16 |
| 17 After installation the Pseudocode lexer automatically registers itself for files with the `.algo` and `.pseudocode` extensions. Therefore, usage is easy: | 17 After installation the Pseudocode lexer automatically registers itself for files with the `.algo` and `.pseudocode` extensions. Therefore, usage is easy: |
| 18 | 18 |
