Windows
Option one - Anaconda
git clone https://github.com/leogoesger/func-flow.git
cd func-flowOption two - Install Python3
C:\python3C:\Users\your-name\AppData\Local\Programs\Python\Python36-32Python 3.6.4 (v3.6.4:d48ecebad5, Dec 18 2017, 21:07:28) [GCC 4.2.1 (Apple Inc. build 5666) (dot 3)] on darwin Type "help", "copyright", "credits" or "license" for more information. >>>
git clone https://github.com/leogoesger/func-flow.git cd func-flowpython -m venv my-virtualenv my-virtualenv\Scripts\activatepip install -r requirements.txt
Last updated