Skip to content

Commit

Permalink
Merge pull request #1142 from harshita280904/patch-1
Browse files Browse the repository at this point in the history
Update the installation instructions
  • Loading branch information
pnhofmann committed Dec 28, 2023
2 parents 490e5b6 + aae6efc commit 5778310
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ Solution:<br>
`pip install pywin32` or `conda instapll pywin32`<br>
**Solution 2**: add the package to your environment variables system PATH.<br>

**Question**: After cloning the repo in terminal it gives an error when running python3 installer saying please install virtual environemnt
**Solution**:
- Install virtual env using this command "python3 -m pip install virtualenv"
- OR: On Linux use package manager (e.g. Ubuntu sudo apt install python3-venv)
- Restart Installer


If you find other issues and/or have found solutions to them on any platform, please consider adding to this list!

Expand Down

0 comments on commit 5778310

Please sign in to comment.