Skip to content

Commit

Permalink
Update Start-a-New-CrewAI-Project-Template-Method.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Astha0024 authored Sep 1, 2024
1 parent c7e8d55 commit d4931f1
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ Before getting started with CrewAI, make sure that you have installed it via pip
```shell
$ pip install crewai crewai-tools
```
Alrernatively, you can have this installed

```shell
$ pip install 'crewai[tools]'
```

### Virtual Environments
It is highly recommended that you use virtual environments to ensure that your CrewAI project is isolated from other projects and dependencies. Virtual environments provide a clean, separate workspace for each project, preventing conflicts between different versions of packages and libraries. This isolation is crucial for maintaining consistency and reproducibility in your development process. You have multiple options for setting up virtual environments depending on your operating system and Python version:
Expand Down

0 comments on commit d4931f1

Please sign in to comment.