diff --git a/README.md b/README.md index 35e3c72d8..6a1e1d677 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,7 @@ The goal of this package is to offer almost all the features available on the we 3. Login with your credentials and move to the profile section. -4. To setup the auth token, run the following command: -``` -evalai set_token -``` +4. Copy the auth token from the profile section since it would help you in setting up the project in later stage. ### Step 2: @@ -55,6 +52,12 @@ pip install -r requirements.txt pip install -e . ``` +5. To setup the auth token, use the token copied in Step-4 and run the following command: + +```bash +evalai set_token +``` + ## Development Setup for Windows ### Step 1: @@ -65,11 +68,7 @@ pip install -e . 3. Login with your credentials and move to the profile section. -4. To setup the auth token, run the following command: - -```bash -evalai set_token -``` +4. Copy the auth token from the profile section since it would help you in setting up the project in later stage. ### Step 2: @@ -101,6 +100,11 @@ pip install -r requirements.txt pip install -e . ``` +5. To setup the auth token, use the token copied in Step-4 and run the following command: + +```bash +evalai set_token +``` ## Contributing Guidelines