Surn commited on
Commit
0ee3b82
·
1 Parent(s): 69700df

Readme update

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -38,7 +38,7 @@ BattleWords is a vocabulary learning game inspired by classic Battleship mechani
38
  ## Installation
39
  1. Clone the repository:
40
  ```
41
- git clone
42
  cd battlewords
43
  ```
44
  2. (Optional) Create and activate a virtual environment:
@@ -46,9 +46,9 @@ BattleWords is a vocabulary learning game inspired by classic Battleship mechani
46
  python -m venv venv
47
  source venv/bin/activate # On Windows use `venv\Scripts\activate`
48
  ```
49
- 3. Install dependencies:
50
  ```
51
- uv pip install -r requirements.txt --link-mode=copy
52
  ```
53
 
54
 
 
38
  ## Installation
39
  1. Clone the repository:
40
  ```
41
+ git clone https://github.com/Oncorporation/BattleWords.git
42
  cd battlewords
43
  ```
44
  2. (Optional) Create and activate a virtual environment:
 
46
  python -m venv venv
47
  source venv/bin/activate # On Windows use `venv\Scripts\activate`
48
  ```
49
+ 3. Install dependencies: ( add --system if not using a virutal environment)
50
  ```
51
+ uv pip install -r requirements.txt --link-mode=copy
52
  ```
53
 
54