diff --git a/README.md b/README.md index 72a68f383..5cfdb1048 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# DO101-apps +# DO101-apps. -Apps for the DO101 course. +Apps for the DO101 Course. diff --git a/simple changes b/simple changes new file mode 100644 index 000000000..8b8b6460c --- /dev/null +++ b/simple changes @@ -0,0 +1,12 @@ +# Linux +sudo apt-get install python3-venv # If needed +python3 -m venv .venv +source .venv/bin/activate + +# macOS +python3 -m venv .venv +source .venv/bin/activate + +# Windows +py -3 -m venv .venv +.venv\scripts\activate diff --git a/version/package.json b/version/package.json index 046f7d7ac..650cae2ee 100644 --- a/version/package.json +++ b/version/package.json @@ -11,4 +11,4 @@ "dependencies": { "express": "^4.17.1" } -} +}