First, open VS Code and open a terminal:
- Windows/Linux: Ctrl + `` (backtick)
- Mac: Cmd + `` (backtick)
Inside the folder you want to save the project (use cd), run:
git clone https://github.com/jaszmine/qvsmtest.gitOn Mac/Linux:
# Create virtual environment
python3 -m venv gene_analysis_env
# Activate environment
source gene_analysis_env/bin/activateOn Windows:
# Create virtual environment
python -m venv gene_analysis_env
# Activate environment
gene_analysis_env\Scripts\activateYou should see (gene_analysis_env) at the beginning of your command line
Create a requirements.txt file in your project folder with the content above, then run:
pip3 install -r requirements.txtIn the terminal run:
python3 qvsm9-0.py