ollamacode_cli
No description available.
File Explorer
Download Latest Version (.zip)- demo_1.gif
- demo_2.gif
- demo_3.gif
- __init__.py
- error_recovery.py
- intent_analyzer.py
- result_formatter.py
- tool_executor.py
- __init__.py
- bash_ops.py
- file_ops.py
- git_ops.py
- search_ops.py
- __init__.py
- autocomplete.py
- cache.py
- cli.py
- config.py
- context.py
- diff_utils.py
- error_handler.py
- feedback.py
- interactive_session.py
- ollama_client.py
- permissions.py
- syntax_highlighter.py
- tool_executor.py
- tool_schemas.py
- unified_session.py
- session_1753861079.json
- session_1753907174.json
- __init__.py
- test_autocomplete.py
- test_autocomplete_integration.py
- test_cache.py
- test_cache_integration.py
- test_chaining.py
- test_cli_advanced.py
- test_e2e_real.py
- test_error_handling.py
- test_file_creation.py
- test_file_ops.py
- test_integration.py
- test_interactive_session.py
- test_ollama_client.py
- test_phase2.py
- test_phase3.py
- test_session.py
- test_simple_e2e.py
- test_spinner.py
- test_streaming.py
- test_syntax_highlighter.py
- test_syntax_integration.py
- test_tool_calling.py
- test_unified_execution.py
- test_unified_integration.py
- .gitignore
- LICENSE
- pyproject.toml
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/tooyipjee/ollamacode_cli
Downloads the entire project code from GitHub to your computer.
cd ollamacode_cli
Moves into the project folder you just downloaded.
2. Official Install Script
Easy RecommendedPrerequisites
- Python 3 Python is required to use pip.
pip install ollamacode_cli
Installs the package published on PyPI directly β no need to clone the source.
After installing, open a new terminal and run the program's version command (e.g. --version) to confirm it worked.
Pulled directly from this repo's README.
3. Python
EasyPrerequisites
pip install -e .[dev]
Installs the Python libraries listed in requirements.txt (or similar).
python -m pytest tests/
Runs the Python script (or module).
pip install ollamacode_cli
Installs the package published on PyPI directly β no need to clone the source.
If it runs without errors and prints output in the terminal, it worked.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
