We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a25e46 commit aace8cfCopy full SHA for aace8cf
1 file changed
README.md
@@ -14,10 +14,9 @@ To achieve this, code.ast adds the features:
14
3. **Transformers:** Transform source code easily by transforming the AST structure
15
16
## Installation
17
-This package is currently not available via a package manager. To install this package,
18
-run:
+The package is tested under Python 3. It can be installed via:
19
```bash
20
-pip install -e .
+pip install code-ast
21
```
22
23
## Quick start
0 commit comments