Max Halford 10 anni fa
parent
commit
5901adcdc3
1 ha cambiato i file con 4 aggiunte e 4 eliminazioni
  1. 4 4
      README.md

+ 4 - 4
README.md

@@ -57,17 +57,17 @@ I did what most people recommend for the application's structure. Basically, eve
 
 - Install the required libraries.
 
-	pip install -r requirements.txt
+	``pip install -r requirements.txt``
 
 - Create the database.
 
-	python createdb.py
+	``python createdb.py``
 
 - Run the application.
 
-	python run.py
+	``python run.py``
 
-- Navigate to ``localhost:5000``
+- Navigate to ``localhost:5000``.
 
 
 ### Virtual environment