The issue
In the README file for Mentorship System (backend) of Systers, where run.py is to be executed, the commands for activating the virtual environment (Step 2 under 'Run app') may not work on Windows computers.
To Reproduce
Steps to reproduce the behaviour:
source ./venv/bin/activateWhy it did not work
On Windows machines, virtual environments do not have the bin folder under venv. That is the reason the error shows up.
Solution
For git bash users on windows:
Run the command source ./venv/Scripts/activate instead.
For windows cmd users:
.\env\Scripts\activate
Screenshots

Then complete the steps as provided in the README.
@gowriprathap thank you for such a well described issue! Your issue is super valid, do you wish to improve README speaking about the windows-specific setup? That contribution is super welcome!
Hi @isabelcosta Thank you! I will be honoured to update the README and do my best to contribute to this!
@gowriprathap is that git bash?
Because if I remember correctly, we don't mention even keyword source in cmd.
Correct me if I am wrong somewhere!
We just do .\env\Scripts\activate for a normal windows cmd.
Hi @BadduCoder, I did use git bash for running the application. On the windows cmd, the command might be slightly different. I think Git bash uses linux commands?
Yes @gowriprathap that's what I am pointing out, If you are adding documentation for windows then assume the user can go for any option be it cmd or git bash. So, I was just suggesting that you can add the above mentioned command under CMD commands for windows.
@BadduCoder , I understand what you mean now, thank you so much for the suggestion :) I'll add it in. I've already done a PR after updating the README, should I update this in the PR? The PR is still under review.
@BadduCoder is this issue still open?
@megha070 This is still to be reviewed. So, you can find another issue for now.
@BadduCoder can you please assign me a beginner issue?
@megha070 I am contributer to this repository.
So, it's better if you can find an issue from the list which has tag of "first-issue" or maybe "First Timers Only" and check if it is available, join the slack channel for better communication with the project owners and admins.
You can tag @isabelcosta if you want to take up some issue.
You can request to assign an issue to yourself through comments also but slack would be a better choice.
Hey @BadduCoder is this issue available?
@Ruchika06 it is not available, I updated the assignee now.
If you want to contribute you can look to the available issues, there are plenty I'm sure :)