Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify installation process #7

Open
thiagowinkler opened this issue Dec 5, 2018 · 2 comments
Open

Simplify installation process #7

thiagowinkler opened this issue Dec 5, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@thiagowinkler
Copy link
Collaborator

Demand:

The current dependencies of the Python Client are:

  • LibCoreClient
  • QuickFIX (because it is a dependency of LibCoreClient)
  • pybind11
    It is easy to install the Python Client with python setup.py install as long as you have these three dependencies already installed in the target system. We should make this process easier.

Expected Solution:

We need to distribute the compiled version of these libraries along with the Python Client. Adding them to the repository and to the installation script should suffice.

Note: setup.py does nothing more than to call CMake with the CMakeLists.txt file of the project. So we can use CMake to install the compiled libraries.

Note 2: We need versions of the compiled libraries for every target OS (Ubuntu 18.04, macOS 14 and Windows 10).

@thiagowinkler thiagowinkler added enhancement New feature or request competition Required for the trading competition labels Dec 5, 2018
@ultrasilicon
Copy link
Contributor

Well, docker is the solution

@thiagowinkler thiagowinkler removed the competition Required for the trading competition label Mar 4, 2019
@thiagowinkler
Copy link
Collaborator Author

Actually, conda packages is the solution. Docker is the workaround not having conda packages for Windows. This is related with issue #4. I'm reopening it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants