From e2072c62fd9165bbf8b2bcdc14dc5bd291461f55 Mon Sep 17 00:00:00 2001 From: Salah Alomari Date: Wed, 20 Dec 2023 08:41:12 +0300 Subject: [PATCH] Remove tvm dependancy --- README.rst | 8 +++----- tutor_plugin/tutor_quickstart.sh | 14 +++++++------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 2b8172c..5cdfebe 100644 --- a/README.rst +++ b/README.rst @@ -58,16 +58,14 @@ To run quality quality:: Tutor Devstack Installation Instructions ######################################## -You need to have `tvm `_ installed in your machine as well as +You need to have `Tutor requirements such as Docker `_. Run the following commands:: cd ~/work/ - tvm install v13.3.2 - tvm project init payfort v13.3.2 # Create a new Tutor project with Maple Open edX release - cd payfort - source .tvm/bin/activate # Use `tutor` + sudo pip install tutor==13.3.2 + mkdir payfort && cd payfort git clone git@github.com:Zeit-Labs/ecommerce-payfort.git git clone --branch=open-release/maple.nelp git@github.com:eduNEXT/ecommerce.git git clone --branch=nelp/maple git@github.com:eduNEXT/tutor-discovery discovery diff --git a/tutor_plugin/tutor_quickstart.sh b/tutor_plugin/tutor_quickstart.sh index 02f5a4c..90a11fa 100644 --- a/tutor_plugin/tutor_quickstart.sh +++ b/tutor_plugin/tutor_quickstart.sh @@ -4,13 +4,13 @@ SCRIPT_DIR="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )" PAYFORT_PACKAGE_DIR="$(dirname "$SCRIPT_DIR")" ECOMMERCE_DIR="$(dirname "$PAYFORT_PACKAGE_DIR")/ecommerce" -if [ -z "$TVM_PROJECT_ENV" ]; then - echo "Error: activate tvm project environment first: " - echo - echo " $ source .tvm/bin/activate" - echo - exit 1 -fi +##if [ -z "$TVM_PROJECT_ENV" ]; then +## echo "Error: activate tvm project environment first: " +## echo +## echo " $ source .tvm/bin/activate" +## echo +## exit 1 +##fi set -x