Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasAndradeDias authored Mar 8, 2024
1 parent 4c54664 commit 38e431c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ As the library hasn't been released yet, to use it on your machine, you will nee
```
pip install -i outliner-tracer
```
- **Clone from github and install locally:**
```
git clone https://github.com/LucasAndradeDias/outliner
pip install ./outliner
```


## Usage

Expand All @@ -96,6 +102,10 @@ bashCopy code

`outliner --file_path=<path-to-object> --object_invoke=<object-invoking>`

## Python supported versions
Outliner is compatible with Python versions 3.6 to 3.12.


## Command Line Options

- `--file_path`(Required): Specifies the path to the Python module containing the object to be traced.
Expand Down

0 comments on commit 38e431c

Please sign in to comment.