-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# mdsanima-cli | ||
|
||
Command Line Tools for Processing Images. | ||
|
||
## Development Setup | ||
|
||
Instruction step how to setup development environent is here on this | ||
[workflow](https://mdsanima-dev.github.io/mdsanima-dev/development/workflow/) | ||
instruction. | ||
|
||
Creating isolated environment with specific pip version then activate and | ||
install requirements, type in terminal: | ||
|
||
```bash | ||
virtualenv --pip 23.0 .venv | ||
source .venv/bin/activate | ||
pip install -r requirements.txt | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
<!-- This file is only for keeping the folder and will also be committed, --> | ||
<!-- later you can delete it as something is found in this folder. --> |