Skip to content

Commit 80fc331

Browse files
authored
Update README.md
Describe use
1 parent 737f370 commit 80fc331

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ EPython is a typed-subset of the Python language useful for extending the langua
33

44
The goal is to be able to write things like NumPy, SciPy, Pandas, bitarray, and any other extension module of Python in this language and get equivalent or better perfomance than writing it using the C-API typically provided.
55

6-
This project is in development and extremely alpha. You should not use this.
6+
This project is in development and extremely alpha. You should not use this for anything.
7+
8+
If you are interested in contributing to the design and goals, then join the Discussion at OpenTeams Slack
9+
10+
11+
# Installation
12+
13+
'pip install epython'
14+
15+
# Usage
16+
17+
'epython extmodule.epy --runtime=cpython' -- result is a compiled extension module for then given Python runtime
18+
19+
720

8-
If you are interested in contributing to the design and goals, then join the Discussion at OpenTeams and on Gitter and create pull requests.

0 commit comments

Comments
 (0)