Skip to content

Commit

Permalink
Fix git clone links
Browse files Browse the repository at this point in the history
  • Loading branch information
georg-wolflein authored May 31, 2024
1 parent f1ae9f7 commit 23563c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ There are three methods of installing and running chesscog.
1. **Using poetry (recommended).**
Ensure you have [poetry](https://python-poetry.org) installed, then clone this repository, and install the _chesscog_:
```bash
git clone https://github.com/georgw777/ chesscog.git
git clone https://github.com/georg-wolflein/chesscog.git
cd chesscog
poetry install
```
Note that you need to run `poetry shell` to activate the virtual environment in your shell before running any of the commands later in this README.
2. **Using pip.**
This option will install _chesscog_ locally on your machine using pip (without a virtual environment).
```bash
git clone https://github.com/georgw777/ chesscog.git
git clone https://github.com/georg-wolflein/chesscog.git
cd chesscog
pip install .
```
Expand Down

0 comments on commit 23563c3

Please sign in to comment.