update readme
This commit is contained in:
parent
574c572110
commit
41d76d5074
16
README.md
16
README.md
@ -1,6 +1,5 @@
|
||||
### Versione in Italiano (per `README.md`)
|
||||
|
||||
```markdown
|
||||
# Python Profile Analyzer
|
||||
|
||||
**Un analizzatore di performance visuale e interattivo per Python.**
|
||||
@ -10,7 +9,7 @@ Python Profile Analyzer è un'applicazione desktop che aiuta gli sviluppatori a
|
||||

|
||||
*(Nota: Sostituisci `screenshot.png` con uno screenshot reale dell'applicazione)*
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Caratteristiche Principali
|
||||
|
||||
@ -20,7 +19,7 @@ Python Profile Analyzer è un'applicazione desktop che aiuta gli sviluppatori a
|
||||
* **Filtro Rapido**: Isola le funzioni di interesse con una ricerca testuale in tempo reale.
|
||||
* **Esportazione CSV**: Salva i dati per analisi o reportistica esterna.
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Installazione Rapida
|
||||
|
||||
@ -43,7 +42,7 @@ Python Profile Analyzer è un'applicazione desktop che aiuta gli sviluppatori a
|
||||
3. **Installa Graphviz** (Requisito per la Vista a Grafo):
|
||||
Questa è una dipendenza di sistema, non solo una libreria Python. Visita il [sito ufficiale di Graphviz](https://graphviz.org/download/) per scaricare e installare il software adatto al tuo sistema operativo. **Assicurati di aggiungerlo al PATH di sistema durante l'installazione.**
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Avvio
|
||||
|
||||
@ -52,7 +51,7 @@ Per lanciare l'applicazione, esegui il comando seguente dalla cartella principal
|
||||
python -m profileanalyzer
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Documentazione
|
||||
|
||||
@ -74,7 +73,6 @@ Python Profile Analyzer is a desktop application that helps developers identify
|
||||

|
||||
*(Note: Replace `screenshot.png` with an actual screenshot of the application)*
|
||||
|
||||
---
|
||||
|
||||
## Key Features
|
||||
|
||||
@ -84,7 +82,7 @@ Python Profile Analyzer is a desktop application that helps developers identify
|
||||
* **Quick Filter**: Isolate functions of interest with a real-time text search.
|
||||
* **CSV Export**: Save your data for external analysis or reporting.
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Quick Installation
|
||||
|
||||
@ -107,7 +105,7 @@ Python Profile Analyzer is a desktop application that helps developers identify
|
||||
3. **Install Graphviz** (Required for the Graph View):
|
||||
This is a system dependency, not just a Python library. Visit the [official Graphviz website](https://graphviz.org/download/) to download and install the software for your operating system. **Make sure to add it to your system's PATH during installation.**
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Getting Started
|
||||
|
||||
@ -116,7 +114,7 @@ To launch the application, run the following command from the project's root dir
|
||||
python -m profileanalyzer
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user