Update instructions

This commit is contained in:
xtekky 2023-06-24 22:39:20 +02:00 committed by GitHub
parent b8f56f2835
commit 4de59c364d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ Docker is for now not available but I would be happy if someone contributes a PR
#### Setting up the project:
1. Clone the GitHub repository:
```
git clone https://github.com/yourusername/your-repo.git
git clone https://github.com/xtekky/gpt4free.git
```
2. Navigate to the project directory:
```
cd your-repo
cd gpt4free
```
3. (Recommended) Create a virtual environment to manage Python packages for your project:
```