Skip to content

Commit

Permalink
remove outdated manual install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbuck committed Oct 11, 2021
1 parent 84c7f7d commit ee0516b
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ source venv/bin/activate (for Linux, Mac)
source venv/Scripts/activate (for Windows)
```

Install required packages (or do it the [old fashioned way](#manually-install-packages)):
Install required packages:

```
pip install -r requirements.txt
Expand Down Expand Up @@ -198,21 +198,6 @@ You can choose to disable the requirement for authentication by commenting out l
# 'DEFAULT_PERMISSION_CLASSES': ('rest_framework.permissions.IsAuthenticated',),
# 'DEFAULT_AUTHENTICATION_CLASSES': ('rest_framework.authentication.TokenAuthentication',),
```
### Manually Install Packages

If you don't want to use the `requirements.txt` option [detailed above](#installing), you can manually install the python packages using these instructions.

Install [django](https://www.djangoproject.com/download/):
```
pip install Django
```

Install required django tools:
```
pip install djangorestframework
pip install django-filter
pip install httpie
```

## Usage Information

Expand Down

0 comments on commit ee0516b

Please sign in to comment.