Browse Source

Readme tweaks

Scot Hacker 8 years ago
parent
commit
edc224e14b
1 changed files with 4 additions and 4 deletions
  1. 4 4
      readme.md

+ 4 - 4
readme.md

@@ -24,8 +24,8 @@ Setup with Vagrant
 ------------------
 ------------------
 
 
 ### Dependencies
 ### Dependencies
-* [VirtualBox](https://www.virtualbox.org/)
-* [Vagrant 1.5+](http://www.vagrantup.com)
+* [Virtualenv](https://virtualenv.pypa.io/en/stable/installation/)
+* [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/).