Skip to content
This repository has been archived by the owner on Oct 29, 2023. It is now read-only.

Latest commit

 

History

History
62 lines (36 loc) · 901 Bytes

readme.md

File metadata and controls

62 lines (36 loc) · 901 Bytes

Data Cat

how to use

for example , using ps

step . 1 , create venv

python -m venv venv

step . 2 active env

# for ps is 
.\venv\Scripts\Activate.ps1
# for linux is
source venv/bin/activate

step .3 . install requirements

pip install -r requirements.txt

step 4. run main in venv

python ./main.py

setup dir list

type desc supported
relative ./folderA YES
goto ../../folderb YES
unix /dir/volume/folder YES
drive letter D:\folder YES
# example for folder_paths.txt
F:\Root\volume-workbench\Python
Q:\BaiduNetdisk

Test

Test Result