Skip to content

Commit

Permalink
docs: Adding quick getting started instructions to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robdmoore committed Dec 8, 2023
1 parent b382d5a commit 321fb5f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# Puya - Algorand TEAL compiler + Python language bindings

```shell
poetry install
poetry shell
python -m src.wyvern
# OR compile all examples
python -m scripts.compile_all_examples
# OR run tests
pytest
```

## Existing README stuff - needs clean up

TODO:
How to handle identity for compound objects i.e. dataclasses so that semantic compatability is retained
Ideas:
Expand Down

0 comments on commit 321fb5f

Please sign in to comment.