mirror of
https://github.com/kirill-markin/repo-to-text.git
synced 2025-12-06 03:22:23 -08:00
cleanup
This commit is contained in:
parent
e955a04838
commit
20ee44b24a
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -45,6 +45,14 @@ To install `repo-to-text` locally for development, follow these steps:
|
||||||
pip install -e .
|
pip install -e .
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Installing Dependencies
|
||||||
|
|
||||||
|
To install all the required dependencies, run the following command:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
After installation, you can use the `repo-to-text` command in your terminal. Navigate to the directory you want to convert and run:
|
After installation, you can use the `repo-to-text` command in your terminal. Navigate to the directory you want to convert and run:
|
||||||
|
|
@ -78,7 +86,7 @@ pytest
|
||||||
Make sure you have `pytest` installed. If not, you can install it using:
|
Make sure you have `pytest` installed. If not, you can install it using:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pip install pytest
|
pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
## Uninstall Locally
|
## Uninstall Locally
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue