Commit 73161a7b authored by Xavier Thompson's avatar Xavier Thompson

README: Add usage section

parent 9d0df4a8
......@@ -5,4 +5,31 @@
Our [next steps](https://www.cython.plus/P-CYP-Roadmap) include with writing a minimal standard library.
To motivate this effort I am writing an HTTP Server in Cython+, building everything I will need along the way.
## Usage
The repository looks like this:
```
- README.md
- src/
- Makefile
- setup.py
- stdlib/
- *.pxd
- ...
- *.pyx
- ...
- ...
```
Each `.pyx` file in `src` is a standalone demo.
To run the demos (e.g. `helloworld.pyx`):
```
cd src
make helloworld
```
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment