File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed
Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 66
77
88PScript is a Python to JavaScript compiler, and is also the name of the subset
9- of Python that this compiler supports. It was developed as a part of
10- [ Flexx] ( https://flexx.app ) (as ` flexx.pyscript ` ) and is now represented
11- by its own project. Although it is still an important part of Flexx, it can
12- also be useful by itself.
9+ of Python that this compiler supports. It was originally developed as a part of
10+ [ Flexx] https://github.com/flexxui/flexx ) and is now a project on its own.
1311
1412
1513Installation
@@ -18,9 +16,9 @@ Installation
1816PScript is pure Python and requires Python 3.6+ (including Pypy).
1917It has no further dependencies.
2018
21- * `` pip install pscript `` , or
22- * `` conda install pscript -c conda-forge ``
23-
19+ ```
20+ pip install pscript
21+ ```
2422
2523
2624Short example
Original file line number Diff line number Diff line change 243243
244244# ruff: noqa: E402, F401, F403
245245
246- __version__ = "0.7.7 "
246+ __version__ = "0.8.0 "
247247
248248import sys
249249import logging
You can’t perform that action at this time.
0 commit comments