File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,12 @@ You can install CEDARScript Parser using pip:
2929pip install cedarscript_ast_parser
3030```
3131
32+ To install the latest development version from TestPyPI:
33+
34+ ```
35+ pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple cedarscript_ast_parser
36+ ```
37+
3238## Usage
3339
3440Here's a quick example of how to use CEDARScript Parser:
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " cedarscript_ast_parser"
7- version = " 0.1.0"
7+ version = " 0.1.0.dev1 "
88description = " A library for parsing and interpreting CEDARScript, a SQL-like language for code analysis and transformations"
99readme = " README.md"
1010authors = [{ name = " Elifarley" , email = " elifarley@example.com" }]
You can’t perform that action at this time.
0 commit comments