Skip to content
Snippets Groups Projects
Commit b4bb3d16 authored by Bbold72's avatar Bbold72
Browse files

pip install as package & add tqdm

parent 71e7b3e8
Branches main
No related tags found
No related merge requests found
......@@ -22,6 +22,11 @@ conda env create --name survtrace --file=survtrace.yml
conda activate survtrace
```
then install as a package
```bash
pip install -e .
```
or try to install from the requirement.txt
```bash
......
......@@ -166,3 +166,4 @@ zipfile-deflate64=0.2.0=pypi_0
zipp=3.6.0=pyhd3eb1b0_0
zlib=1.2.11=h4dc903c_4
zstd=1.4.9=h322a384_0
tqdm
\ No newline at end of file
......@@ -21,4 +21,5 @@ dependencies:
- pandas==1.1.5
- easydict==1.9
- click==8.0.3
- tqdm
prefix: E:\anaconda3\envs\survtrace
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment