Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
graintracking
DCT
Commits
23aac4fc
Commit
23aac4fc
authored
Apr 15, 2021
by
Joao P C Bertoldo
Browse files
Update README.txt
parent
42c5ac40
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.txt
View file @
23aac4fc
...
...
@@ -130,8 +130,7 @@ conda create --yes --prefix $HOME/.pre-commit-env -c conda-forge python=3.8 pre-
```
> **attention**
> now the thing loading conda above is in `scripts/get_conda.sh`
> you can source it to load dau's miniconda installation
> you can source it to load dau's miniconda installation with `source zUtil_Python/scripts/get_conda.sh`
Make the pre-commit executable accessible locally:
...
...
@@ -161,12 +160,12 @@ pre-commit install
the python environment is with conda using a void python 3.8 installation
then, we install the depedencies in `zUtil_Python/setup.py`
then, we install the depedencies in `zUtil_Python/
pydct/
setup.py`
**important: if you are working on a branch and wants to install a new package**
you can create another isolated env for your branch:
1. add the desired depedencies to `setup.py` (mentioned above)
2. in `scripts/envs.sh`,
follow the instructions to build another env
2. in `
zUtil_Python/
scripts/envs.sh`,
and change the name of the env -- but remember to change it back when you merge!
3. you will have different envs in your ~/.conda/envs; manage them as you switch branches!
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment