Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
raphaelmansuy committed Jul 8, 2024
1 parent 18441cd commit 1d0f6ea
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,12 @@ Ready to elevate your AI-assisted development? Let's dive in! 🏊‍♂️

Choose one of the following methods to install Code2Prompt:

### Using pip (recommended)
### Using pip

```bash
pip install code2prompt
```

### Using Poetry

1. Ensure you have Poetry installed:
```bash
curl -sSL https://install.python-poetry.org | python3 -
```
2. Install Code2Prompt:
```bash
poetry add code2prompt
```

### Using pipx
### Using [pipx](https://github.com/pypa/pipx) (recommended)

```bash
pipx install code2prompt
Expand Down Expand Up @@ -388,10 +376,14 @@ Example `.code2promptrc`:

## Roadmap

- [ ] Interractive filtering
- [ ] Include system in template to promote re-usability of sub templates.
- [ ] Tokens count for Anthropic Models and other models such LLama3 or Mistral
- [ ] Cost Estimations for main LLM providers based in token count
- [ ] Integration with qllm (Quantalogic LLM)
- [ ] Embedding of file summary in SQL-Lite
- [ ] Intelligence selection of file based on an LLM
- [ ] Git power tools (Git diff integration / PR Assisted Review)

## Contributing

Expand Down

0 comments on commit 1d0f6ea

Please sign in to comment.