mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-26 21:14:35 -07:00
Add conda installation instructions for Gemini CLI (#16921)
Co-authored-by: Vedant Mahajan <vedant.04.mahajan@gmail.com> Co-authored-by: Tommaso Sciortino <sciortino@gmail.com>
This commit is contained in:
@@ -55,6 +55,17 @@ npm install -g @google/gemini-cli
|
|||||||
brew install gemini-cli
|
brew install gemini-cli
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Install with Anaconda (for restricted environments)
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Create and activate a new environment
|
||||||
|
conda create -y -n gemini_env -c conda-forge nodejs
|
||||||
|
conda activate gemini_env
|
||||||
|
|
||||||
|
# Install Gemini CLI globally via npm (inside the environment)
|
||||||
|
npm install -g @google/gemini-cli
|
||||||
|
```
|
||||||
|
|
||||||
## Release Cadence and Tags
|
## Release Cadence and Tags
|
||||||
|
|
||||||
See [Releases](./docs/releases.md) for more details.
|
See [Releases](./docs/releases.md) for more details.
|
||||||
|
|||||||
Reference in New Issue
Block a user