diff 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
line wrap: on
line diff
--- a/README.md	Sun Apr 19 18:04:38 2026 +0200
+++ b/README.md	Sun Apr 19 18:15:56 2026 +0200
@@ -6,11 +6,11 @@
 
 The lexer is available as a Pip package:
 
-    pip install pygments-lexer-pseudocode
+    pip install pygments-lexer-pseudocode2
 
 Alternatively, to install from the git repository: (you may need to sudo depending on your Python environment)
 
-    python setup.py install
+    python -m build
 
 ## Usage