erg/crates/erg_compiler/lib/README.md
2023-03-16 22:00:08 +09:00

18 lines
No EOL
299 B
Markdown

# Erg standard library with python
## std
There are methods and definitions of class objects used in Erg.
### Install development dependencies
```
pip install -e std[dev]
pip install -e std[test]
```
`std.egg-info` will be created.
## pystd
There are files of python type definitions for Erg.