Removed some extra text

Lauri Ojansivu 2017-03-02 13:45:15 +02:00
parent fd509ed573
commit c7d3542c42

@ -1,6 +1,4 @@
To develop Wekan on windows OS, Requirements:
Pre-requirement Steps:
- Install MeteorJS https://www.meteor.com/ - Install MeteorJS https://www.meteor.com/
- Install NodeJS (Optional) - Install NodeJS (Optional)
- Install Python 2.7 (Installation through Chocolatey(`choco install python2 -y`) is recomended) - Install Python 2.7 (Installation through Chocolatey(`choco install python2 -y`) is recomended)
@ -29,6 +27,4 @@ meteor npm install --save xss
meteor meteor
``` ```
![](https://i.imgur.com/aNVBhj5.png) ![](https://i.imgur.com/aNVBhj5.png)
Now enjoy your development environment of Wekan. :)