Git Product home page Git Product logo

rupkunsde003's Introduction

Instructions:

Requirement:

virtualenv==15.1.0
MAC OS/Linux (wxPython installation differs for each OS)

Instructions to set-up:

For MAC OS:

git clone [email protected]:rupamk/RUPKUNSDE003.git
cd RUPKUNSDE003
PYVER=2.7
PYTHON=/opt/local/Library/Frameworks/Python.framework/Versions/$PYVER/bin/python$PYVER
pip install virtualenv
virtualenv --python=$PYTHON venv
source venv/bin/activate
cp fwpy ./venv/bin/
chmod +x ./venv/bin/fwpy
pip install -r requirements.txt

For Linux OS:

  1. UBUNTU 18.04

     virtualenv venv
     source venv/bin/activate
     pip install -r requirements_linux.txt
     pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-18.04 wxPython
    
  2. UBUNTU 16.04

     virtualenv venv
     source venv/bin/activate
     pip install -r requirements_linux.txt
     pip install -f https://extras.wxpython.org/wxPython4/extras/linux/gtk3/ubuntu-16.04 wxPython
    

Running Sample:GetFbPostGUI

For MAC OS:

fwpy GetFbPostGUI/GUI.py 

For Linux OS:

python GetFbPostGUI/GUI.py 

GetFbPostGUI UserInterface

alt text

Running Sample:TopQuotesGUI

For MAC OS:

fwpy TopQuotesGUI/GUI.py 

For Linux OS:

python TopQuotesGUI/GUI.py 

TopQuotesGUI UserInterface

alt text

To Exit VirtualEnv:

deactivate

rupkunsde003's People

Contributors

rupamk avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.