Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
palrohitg opened this issue Mar 9, 2021 · 0 comments

Comments

@palrohitg
Copy link

palrohitg commented Mar 9, 2021

In Readme cmd for local setup mention are wrong.

python -m venv env
env\Scripts\activate
  • venv package installation setup is missing.
  • activating the virtualenv for different user step is missing.

That would be :

Prerequisites

  • Installation python3 on local system and pip.
    Windows User
pip install virtualenv 
virtualenv env
env\Scripts\activate

Linux User

sudo apt-get install python-pip
pip install virtualenv
virtualenv env
source env/bin/activate

I would like to work on this issue. And also looking forward to move on docker(DevOps) while the app production with micro-services architecture.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant