Download Python 3.8+ https://www.python.org/downloads/
Download Git https://git-scm.com/downloads
Download Microsoft C++ Build Tools: https://visualstudio.microsoft.com/visual-cpp-build-tools/
Run PowerShell as administrator:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope Processgit clone https://github.com/srvaught/citation-manager.gitcd citation-managerpython -m venv venv.\venv\Scripts\activatepip install -r requirements.txtpython -m spacy download en_core_web_smstreamlit run citations.pyURL to visit: http://localhost:8501