GithubHelp home page GithubHelp logo

Comments (3)

ece7048 avatar ece7048 commented on June 23, 2024

How can I link them with the external dependences? ( I mean with the GitHub repositories?)

from ma-socratis.

willfurnass avatar willfurnass commented on June 23, 2024

For the Python packages can you use versions available from https://pypi.org/ or do you need to use very recent development versions only available from GitHub or similar? If you can find what you need on pypi.org you can add those dependencies to a requirements.txt at the top level in your project. You could then add pip install -r requirements.txt to your setup instructions.

For C++/C dependencies you may be able to acquire some/all dependencies from Conda channels. If that's not the case then you might be able to use CMake to simplify the process of finding and using dependencies when building the C++ parts of your project. For more advice on using CMake I recommend booking a Code Clinic appointment as others in the RSE are much more experienced at using CMake.

from ma-socratis.

willfurnass avatar willfurnass commented on June 23, 2024

Actually, after discussing this with colleagues I think it may be simplest to leave any C/C++ dependencies as part of this repo. I still think it's a good idea to externalise Python dependencies though.

from ma-socratis.

Related Issues (6)

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.