Giter VIP home page Giter VIP logo

ftntlib's Introduction

1. Make sure setuptools is installed

Ubuntu: sudo apt install python-setuptools

2. Make sure you're running a Python version greater than 2.6

$ python -V
Python 2.7.0

3. To install with Python 2.x:

  $ sudo python setup.py install

4. To install with Python 3.x:

  $ sudo python3 setup.py install

Example:

# FTNTLIB Install process on a Ubuntu Desktop

$ tar xzvf ftntlib-VERSION.tgz
ftntlib-VERSION/
ftntlib-VERSION/ftntlib/
ftntlib-VERSION/ftntlib/__init__.py
ftntlib-VERSION/ftntlib/fmg_jsonapi.py
ftntlib-VERSION/ftntlib/fmg_xmlapi.py
ftntlib-VERSION/ftntlib/fos_restapi.py
ftntlib-VERSION/README
ftntlib-VERSION/setup.py
$ cd ftntlib-VERSION
$ sudo apt install python-setuptools
$ sudo apt install gcc
$ sudo apt install python-dev
$ sudo apt install libxslt1-dev
$ sudo apt install zlib1g-dev
$ sudo python setup.py install

WINDOWS 10 INSTALLTION

1. Download Python for Windows https://www.python.org/ftp/python/2.7.14/python-2.7.14.amd64.msi
2. Run the installer
3. Open Windows Shell (cmd.exe)
4. Download ftntlib and extract it somewhere
5. Microsoft C++ Compiler 9.0 for Python is required (VCForPython27.msi)
6. Install the compiler
9. Get LXML and XSLT from here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml
lxml‑4.2.1‑cp27‑cp27m‑win_amd64.whl
pip instal llxml‑4.2.1‑cp27‑cp27m‑win_amd64.whl

8. cd ftntlib folder

python setup.py install

# Installing with Python 3 (3.6)

* My system is MacOS with MacPort
* 

ftntlib's People

Contributors

jpforcioli avatar

Watchers

James Cloos 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.