Skip to content

Commit

Permalink
Remove tvm dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
Salah Alomari committed Dec 20, 2023
1 parent c6c5ccb commit e2072c6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 12 deletions.
8 changes: 3 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,14 @@ To run quality quality::
Tutor Devstack Installation Instructions
########################################

You need to have `tvm <https://github.com/eduNEXT/tvm/>`_ installed in your machine as well as
You need to have
`Tutor requirements such as Docker <https://docs.tutor.edly.io/install.html#requirements>`_.

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 [email protected]:Zeit-Labs/ecommerce-payfort.git
git clone --branch=open-release/maple.nelp [email protected]:eduNEXT/ecommerce.git
git clone --branch=nelp/maple [email protected]:eduNEXT/tutor-discovery discovery
Expand Down
14 changes: 7 additions & 7 deletions tutor_plugin/tutor_quickstart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2072c6

Please sign in to comment.