m-s-abeer / vjudge-to-oj

Import your vJudge solutions to actual online judges. Currently supports UVa, CodeForces, SPOJ, and CodeForces GYM.
MIT License
59 stars 10 forks source link

Fix python env activate command #23

Closed 99mominur closed 1 year ago

99mominur commented 1 year ago

How it should work:

  1. Complete the #installation-guide and run the following command inside project root from cmd/terminal to activate the environment:-
    • Poetry users: poetry shell
    • Linux, MacOS, WSL users: source ./.venv/bin/activate