Selaa lähdekoodia

Readme tweaks

Scot Hacker 8 vuotta sitten
vanhempi
commit
edc224e14b
1 muutettua tiedostoa jossa 4 lisäystä ja 4 poistoa
  1. 4 4
      readme.md

+ 4 - 4
readme.md

@@ -24,8 +24,8 @@ Setup with Vagrant
 ------------------
 ------------------
 
 
 ### Dependencies
 ### Dependencies
-* [VirtualBox](https://www.virtualbox.org/)
+* [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
-* [Vagrant 1.5+](http://www.vagrantup.com)
+* [VirtualenvWrapper](http://virtualenvwrapper.readthedocs.io/en/latest/install.html) (Optional)
 
 
 ### Installation
 ### Installation
 Run the following commands:
 Run the following commands:
@@ -74,8 +74,8 @@ To tail the logs from the Docker containers in realtime, run:
 docker-compose logs -f
 docker-compose logs -f
 ```
 ```
 
 
-Traditional (Local) Setup
+Virtualenv Setup
------------------------
+----------------
 
 
 Want to run the bakerydemo locally without setting up Vagrant or Docker? You'll probably want to start
 Want to run the bakerydemo locally without setting up Vagrant or Docker? You'll probably want to start
 with a fresh [virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).
 with a fresh [virtualenv](http://docs.python-guide.org/en/latest/dev/virtualenvs/).