Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thedvlprguy authored Jan 29, 2024
1 parent 15a478a commit 54b65e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 54b65e0

Please sign in to comment.