From 38e431cbc481e9b24f5b4637231ecd8700fd8110 Mon Sep 17 00:00:00 2001 From: Lucas Andrade Dias <59940829+LucasAndradeDias@users.noreply.github.com> Date: Fri, 8 Mar 2024 20:17:50 -0300 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b1fa1f4..7c80a5d 100644 --- a/README.md +++ b/README.md @@ -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 @@ -96,6 +102,10 @@ bashCopy code `outliner --file_path= --object_invoke=` +## 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.