diff options
author | xtekky <98614666+xtekky@users.noreply.github.com> | 2023-06-24 22:39:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-24 22:39:20 +0200 |
commit | 4de59c364d310599171d017870482fc600991773 (patch) | |
tree | 90d06c389aa3f6d4889a78250a81ae10f2d9a07e | |
parent | Merge pull request #674 from rPersival/main (diff) | |
download | gpt4free-4de59c364d310599171d017870482fc600991773.tar gpt4free-4de59c364d310599171d017870482fc600991773.tar.gz gpt4free-4de59c364d310599171d017870482fc600991773.tar.bz2 gpt4free-4de59c364d310599171d017870482fc600991773.tar.lz gpt4free-4de59c364d310599171d017870482fc600991773.tar.xz gpt4free-4de59c364d310599171d017870482fc600991773.tar.zst gpt4free-4de59c364d310599171d017870482fc600991773.zip |
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: ``` |