Algo-Phantoms / Algo-Phantoms-Backend

💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
MIT License
43 stars 37 forks source link

Improper local installation steps are mention for linux/window user (Readme) #9

Open palrohitg opened 3 years ago

palrohitg commented 3 years ago

In Readme cmd for local setup mention are wrong.

python -m venv env
env\Scripts\activate

That would be :

Prerequisites