Skip to content

Commit

Permalink
Add batch file to create environment
Browse files Browse the repository at this point in the history
  • Loading branch information
vivverma9 committed Jan 8, 2025
1 parent 4da5ab3 commit 09c0de4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
7 changes: 7 additions & 0 deletions create-env.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
set PATH=C:\Users\USVV724227\AppData\Local\Programs\Python\Python312;%PATH%
python -m venv sandag
call sandag\Scripts\activate
pip install -r requirements.txt
pip list
deactivate
pause
35 changes: 20 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
Brotli==1.0.9
ConfigParser==7.1.0
cryptography==43.0.0
Cython==3.0.11
dl==0.1.0
HTMLParser==0.0.2
ipaddr==2.2.0
keyring==25.3.0
lxml==5.2.1
#Brotli==1.0.9
#ConfigParser==7.1.0
#cryptography==43.0.0
#Cython==3.0.11
#dl==0.1.0
#HTMLParser==0.0.2
#ipaddr==2.2.0
#keyring==25.3.0
#lxml==5.2.1
numpy==2.1.0
ordereddict==1.1
protobuf==3.20.3
#protobuf==3.20.3
pydantic==2.8.2
pydantic_extra_types==2.9.0
pyOpenSSL==24.2.1
pyOpenSSL==24.2.1
thread==2.0.5
wincertstore==0.2.1
xmlrpclib==1.0.1
pandas==2.2.3
openpyxl==3.1.5
matplotlib==3.10.0
seaborn==0.13.2
python-docx==1.1.2
#pyOpenSSL==24.2.1
#pyOpenSSL==24.2.1
#thread==2.0.5
#wincertstore==0.2.1
#xmlrpclib==1.0.1

0 comments on commit 09c0de4

Please sign in to comment.