SushantGautam commited on
Commit
ab0aa92
·
1 Parent(s): d2d3ebe

Update README and CLI installation instructions; bump version to 0.14.3

Browse files
Files changed (3) hide show
  1. README.md +1 -1
  2. medvqa/cli.py +2 -2
  3. pyproject.toml +1 -1
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # MedVQA
2
 
3
- A CLI tool for MedVQA competition.
4
 
5
  ## Installation
6
 
 
1
  # MedVQA
2
 
3
+ A CLI tool for MedVQA competition (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025).
4
 
5
  ## Installation
6
 
medvqa/cli.py CHANGED
@@ -5,8 +5,8 @@ import os
5
 
6
  report = '''\n⚠️⚠️⚠️\n
7
  Try installing latest version of the library by running the following command:
8
- pip install git+https://github.com/SushantGautam/MedVQA.git
9
- If you cannot solve the problem, don't hesitate to add an issue at https://github.com/SushantGautam/MedVQA/issues with the log above! We will try to solve the problem ASAP. Can also interact with us on Discord: https://discord.gg/22V9huwc3R.\n
10
  ⚠️⚠️⚠️'''
11
 
12
 
 
5
 
6
  report = '''\n⚠️⚠️⚠️\n
7
  Try installing latest version of the library by running the following command:
8
+ pip install -u medvqa
9
+ If it still cannot solve the problem, don't hesitate to add an issue at https://github.com/SushantGautam/MedVQA/issues with the log above! We will try to solve the problem ASAP. Can also interact with us on Discord: https://discord.gg/22V9huwc3R.\n
10
  ⚠️⚠️⚠️'''
11
 
12
 
pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
  [project]
2
  name = "medvqa"
3
- version = "0.14.2"
4
  description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
5
  readme = "README.md"
6
  requires-python = ">=3.6"
 
1
  [project]
2
  name = "medvqa"
3
+ version = "0.14.3"
4
  description = "Competition Submission CLI for ImageCLEFmed-MedVQA-GI-2025 (https://github.com/simula/ImageCLEFmed-MEDVQA-GI-2025)"
5
  readme = "README.md"
6
  requires-python = ">=3.6"