Skip to content

Commit 7d24cc8

Browse files
authored
Update README.md
1 parent cf7b070 commit 7d24cc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,16 @@
44

55
**Master difficult concepts via spaced repetition using flashcards**
66

7-
#Getting Started
8-
###Dependencies
7+
# Getting Started
8+
### Dependencies
99

1010
To run a copy of this project locally you will require:
1111
+ Python 3.6+
1212
+ Postgresql(Optional)
1313
+ Docker(Optional)
1414
+ Redis server(Optional)
1515

16-
###Installation
16+
### Installation
1717

1818
You can run a local version of flashlearn by cloning this repo
1919
and following these instructions
@@ -33,7 +33,7 @@ To run the server directly type
3333
flask run --host=0.0.0.0
3434

3535

36-
####Setting up Postgresql
36+
#### Setting up Postgresql
3737
First ensure the latest version of postgresql is installed, If pip installation
3838
fails but you dont need postgres feel free to remove **psycopg2** from the list and try the installation again.
3939
To setup psql proceed as follows:
@@ -45,13 +45,13 @@ To setup psql proceed as follows:
4545
Ignore this step to use sqlite3
4646

4747

48-
####Setting up Redis cache
48+
#### Setting up Redis cache
4949
Ensure you have redis server installed in your system.
5050
Enable Redis cache from BaseConfig class file in /instance/config.py by
5151
changing the value of **USE_REDIS_CACHE** from False to True
5252

5353

54-
####Running on Docker
54+
#### Running on Docker
5555
First ensure docker and docker-compose are installed in your machine, then run:
5656

5757
+ Copy paste the contents of .env.dev into a new file named.env.prod

0 commit comments

Comments
 (0)