Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ondiekelijah authored Nov 10, 2021
1 parent 02a5c2c commit 66fa75a
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Flask-Docker-App
# User-Authentication-in-Flask

## Set up & Installation.

Expand All @@ -8,17 +7,17 @@
**Windows**

```bash
git clone https://github.com/Dev-Elie/User-Authentication-in-Flask.git
cd User-Authentication-in-Flask
git clone https://github.com/Dev-Elie/Flask-Docker-App.git
cd Flask-Docker-App
py -3 -m venv venv

```
**macOS/Linux**

```bash
git clone https://github.com/Dev-Elie/User-Authentication-in-Flask.git
cd User-Authentication-in-Flask
git clone https://github.com/Dev-Elie/Flask-Docker-App.git
cd Flask-Docker-App
python3 -m venv venv

```
Expand Down Expand Up @@ -49,7 +48,7 @@ pip install -r requirements.txt

## Create a new application from scratch

Create a directory with a name "Flask-Docker-App"
Create a directory with a name **"Flask-Docker-App"**

Navigate to the newly created directory

Expand All @@ -61,11 +60,13 @@ Create a virtual environment

`py -3 -m venv venv`

<br>

**macOS/Linux**

`python3 -m venv venv`

2 .Activate the environment
2. Activate the environment

**Windows**

Expand All @@ -83,6 +84,7 @@ or

### 4. Create the required files
Create two files;app.py and Dockerfile

`touch app.py Dockerfile`


Expand Down

0 comments on commit 66fa75a

Please sign in to comment.