Giter Site home page Giter Site logo

Comments (1)

vichug avatar vichug commented on July 21, 2024 2

Hey, of course you can create a python env using conda to use sms-tools. The process is as straightforward as for any other conda env :
conda create -n sms-tools-env ipython numpy matplotlib scipy cython
In one command line it will create the environment, and install the packages needed for the courses. However, as far as i know, those install will not be through pip but through the conda conda install command ; so they will be local to this conda env and theoretically lead to less potential version conflict.
Then to use this environment, just activate it :
source activate sms-tools-env
you should be ready to go.
(If you already have an environment that you wish to work in, just source activate then install the dependencies :
conda install ipython numpy matplotlib scipy cython )
However, this should not be a suggestion/feature request, because it is only depending on the needs and will of the user and it's kinda beyond the scope of this course

from sms-tools.

Related Issues (20)

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.