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:
29
29
pip install cedarscript_ast_parser
30
30
```
31
31
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
+
32
38
## Usage
33
39
34
40
Here'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"
4
4
5
5
[project ]
6
6
name = " cedarscript_ast_parser"
7
- version = " 0.1.0"
7
+ version = " 0.1.0.dev1 "
8
8
description = " A library for parsing and interpreting CEDARScript, a SQL-like language for code analysis and transformations"
9
9
readme = " README.md"
10
10
authors = [{ name = " Elifarley" , email = " elifarley@example.com" }]
You can’t perform that action at this time.
0 commit comments