ソースを参照

Readme tweaks

Scot Hacker 8 年 前
コミット
edc224e14b
1 ファイル変更4 行追加4 行削除
  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/).