andreped commited on
Commit
f11f6a9
1 Parent(s): 8970c37

Minor training readme refactor [no ci] (#24)

Browse files
Files changed (1) hide show
  1. training/README.md +3 -3
training/README.md CHANGED
@@ -10,14 +10,14 @@ Project aims to utilize multiple different datasets with different label types (
10
 
11
  Requires python >= 3.6
12
 
13
- Install python dependencies with pip. The requirements file is located in */Resources/*
14
  ```
15
  pip install -r requirements.txt
16
  ```
17
 
18
- Build repository files as packages using setuptools. If you alter the code, remember to run the setup again.
19
  ```
20
- python setupy.py install
21
  ```
22
 
23
  ## Usage
 
10
 
11
  Requires python >= 3.6
12
 
13
+ Install python dependencies with pip. The requirements file is located in `/Resources/`:
14
  ```
15
  pip install -r requirements.txt
16
  ```
17
 
18
+ Build repository files as packages using setuptools. If you alter the code, remember to run the setup again:
19
  ```
20
+ python setup.py install
21
  ```
22
 
23
  ## Usage