Skip to content

naimadswdn/work_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set of tools to make our work easier and faster :)

Requirements:
Python 3.6 (or newest)
Git

Python packages:
wmi
pywin32
pandas
cx_Oracle
xlwt
pyodbc\

How to set up environment?

Go to your python directory (for me it is C:\Python36) and open cmd.

Run below command:

python.exe -m venv env

where env is the location of newly created virtual enviroment.
In my exaxmple I replaced env with C:\Users\xxx\Documents\venv:

python.exe -m venv C:\Users\xxx\Documents\venv

Then, using cmd go the the newly created virtual environment directory and install packages:

cd C:\Users\xxx\Documents\venv\Scripts
pip.exe install wmi pywin32 pandas cx_Oracle xlwt pyodbc

After that your virtual enviroment is ready and you can active it by running active script:

C:\Users\xxx\Documents\venv\Scripts>activate

To clone repository content run:

git clone xxx

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages