Commit 388b9085 authored by Xavier Thompson's avatar Xavier Thompson

README: Add usage section

parent 08a28634
......@@ -6,3 +6,30 @@ Our [next steps](https://www.cython.plus/P-CYP-Roadmap) include with writing a m
To drive this effort I'm writing a very basic 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