Git Product home page Git Product logo

tvm's Introduction

TVM

TVM is a tool that allows you to manage several Tutor development environments so that they work in isolation, and you can work on different projects with independent Tutor versions and configurations.

TVM is also the acronym for:

  • Tutor Version Manager: manages the version of Tutor.
  • Tutor enVironment Manager: for creating project-based environments with Tutor.

Installing TVM

Open a terminal and run:

pip install git+https://github.com/eduNEXT/tvm.git

Verify the installation:

tvm --version

Getting Started

Create and activate a new project with the following steps:

  1. Install the version of Tutor you want to use with TVM.
tvm install <tutor-version>

# For example:
# tvm install v14.0.0
  1. Create a new project with TVM.
tvm project init <project-name> <tutor-version>

# For example:
# tvm project init tvm-test v14.0.0
  1. Open the project folder.
cd <project-name>
  1. Activate the project environment.
source .tvm/bin/activate
  1. Run your project.
tutor local quickstart

You can start configuring and using your Tutor instance.

Next steps

If you want to see what else you can do, access the complete TVM documentation: https://tvm.docs.edunext.co

Getting Help

How to Contribute

Contributions are welcome! See our CONTRIBUTING file for more information โ€“ it also contains guidelines for how to maintain high code quality, which will make your contribution more likely to be accepted.

License

The code in this repository is licensed under version 3 of the AGPL unless otherwise noted. Please see the LICENSE file for details.

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.