From 54b65e05da56262c6d2adb03bd8a0c8e4fe0faf5 Mon Sep 17 00:00:00 2001 From: Aditya <132193415+ascendantaditya@users.noreply.github.com> Date: Mon, 29 Jan 2024 20:14:19 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 233a162..12d0912 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,14 @@ To get started, it's recommended to set up a virtual environment and install the 1. Clone this repository: ```bash - git clone https://github.com/your_username/Pycamp.git + git clone https://github.com/ascendantaditya/Pycamp.git cd Pycamp ``` 2. Create a virtual environment: ```bash - python -m venv venv + python -m venv .venv ``` 3. Activate the virtual environment: @@ -84,7 +84,7 @@ Make sure to install these dependencies in your virtual environment as described ## Contributing -If you find any issues, have suggestions, or want to contribute to this workshop, feel free to open an [issue](https://github.com/your_username/Pycamp/issues) or submit a [pull request](https://github.com/your_username/Pycamp/pulls). +If you find any issues, have suggestions, or want to contribute to this workshop, feel free to open an [issue](https://github.com/your_username/Pycamp/issues) or submit a [pull request](https://github.com/ascendantaditya/Pycamp/pulls). ## License