Skip to content

Commit

Permalink
Move the command after setting up the project
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamjajoo committed Feb 17, 2019
1 parent b963be9 commit ebd63c5
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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:

Expand Down Expand Up @@ -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 <token>
```

## Development Setup for Windows

### Step 1:
Expand All @@ -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 <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:

Expand Down Expand Up @@ -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 <token>
```

## Contributing Guidelines

Expand Down

0 comments on commit ebd63c5

Please sign in to comment.