Code Monkey home page Code Monkey logo

octobot-binary's Introduction

OctoBot-Binary

Release OctoBot-Binary-CI

OctoBot binaries is dedicated to create and upload binaries for Windows, Linux and MacOS for each OctoBot project release.

On Windows

  • Just double-click on OctoBot_windows.exe

On Linux and MacOS

  • Open a terminal a type the following commands :
$ chmod +x OctoBot_linux
$ ./OctoBot_linux

Replace OctoBot_linux by OctoBot_osx on MacOS

Binary production steps:

  1. Clone OctoBot into the octobot folder
  2. Install OctoBot requirements python -m pip install -r octobot/requirements.txt
  3. Install pyinstaller >= 4.0 pip install https://github.com/pyinstaller/pyinstaller/archive/develop.zip
  4. List OctoBot modules files for pyinstaller discovery python scripts/python_file_lister.py "bin/octobot_packages_files.txt" <octobot repo folder>
  5. Add pyinstaller required imports python scripts/insert_imports.py octobot/octobot/cli.py
  6. Copy bin folder into the octobot folder
  7. Go into the octobot folder
  8. Compile the OctoBot project python setup.py build_ext --inplace
  9. Call pyinstaller pyinstaller bin\start.spec
  10. Binary should be available in the dist folder

More information on OctoBot wiki page.

octobot-binary's People

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.