Skip to content
Snippets Groups Projects
Commit fa83a3ab authored by compSciKai's avatar compSciKai Committed by James Curtin
Browse files

university student project edits

Hello! I am a university student taking a technical writing course. For one project we need to make suggested edits to repos on github. 
Please use the following suggestions at your discretion :)

- removed a few empty words
- reduced instances of contractions and pronouns (to increase clarity)
parent 5f7d16eb
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ Options: ...@@ -28,7 +28,7 @@ Options:
### Standard ### Standard
If using standard instructions, Python ≥ 3.6 is required. It's recommended that you use a virtual environment (like `virtualenv`). If using standard instructions, Python ≥ 3.6 is required. A virtual environment is recommended (like `virtualenv`).
```bash ```bash
pip3 install cookiecutter pip3 install cookiecutter
...@@ -39,7 +39,7 @@ You will be asked about your basic info (name, project name, app name, etc.). Th ...@@ -39,7 +39,7 @@ You will be asked about your basic info (name, project name, app name, etc.). Th
## Configure and Run ## Configure and Run
After you have generated the project code, there are a few more steps you must take before your new app will run. The README of the generated project shows you how to configure and run the application. (You can see the [template README here](https://github.com/cookiecutter-flask/cookiecutter-flask/blob/master/%7B%7Bcookiecutter.app_name%7D%7D/README.md)). After you have generated the project code, a few more steps you must taken before your new app will run. The README of the generated project shows you how to configure and run the application. (You can see the [template README here](https://github.com/cookiecutter-flask/cookiecutter-flask/blob/master/%7B%7Bcookiecutter.app_name%7D%7D/README.md)).
## Features ## Features
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment