File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -39,9 +39,8 @@ Request features on the [Issue Tracker].
3939
4040You need Python 3.10+ and the following tools:
4141
42- -  [ Poetry ] 
42+ -  [ uv ] 
4343-  [ Nox] 
44- -  [ nox-poetry] 
4544
4645Another alternative is to use a [ Development Container]  has been setup to provide
4746an environment with the required dependencies. This facilitates development on
@@ -55,23 +54,22 @@ This should seamlessly enable development for users of [VS Code] on systems with
5554
5655## How to Install and Run MDIO  
5756
58- Install the package with development requirements:
57+ Install the package with development and documentation generation  requirements:
5958
6059``` console 
61- $ poetry install 
60+ $ uv sync --all-groups 
6261``` 
6362
6463You can now run an interactive Python session,
6564or the command-line interface:
6665
6766``` console 
68- $ poetry  run python
69- $ poetry  run mdio
67+ $ uv  run python
68+ $ uv  run mdio
7069``` 
7170
72- [ poetry ] : https://python-poetry.org / 
71+ [ uv ] : https://docs.astral.sh/uv / 
7372[ nox ] : https://nox.thea.codes/ 
74- [ nox-poetry ] : https://nox-poetry.readthedocs.io/ 
7573[ development container ] : https://containers.dev/ 
7674[ vs code ] : https://code.visualstudio.com/docs/devcontainers/containers/ 
7775
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments