File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -177,14 +177,14 @@ for this course in the {doc}`installation`.
177177
178178We have used ** Miniforge**  and the long command we have used was:
179179``` console 
180- $ mamba env create -n course -f https://raw.githubusercontent.com/coderefinery/python-progression /main/software/environment.yml 
180+ $ mamba env create -n course -f https://raw.githubusercontent.com/coderefinery/reproducible- python-ml /main/software/environment.yml 
181181``` 
182182
183183This command did two things:
184184-  Create a new environment with name "course" (specified by ` -n ` ).
185185-  Installed all dependencies listed in the ` environment.yml `  file (specified by
186186  ` -f ` ), which we fetched directly from the web.
187-   [ Here] ( https://github.com/coderefinery/python-progression /blob/main/software/environment.yml ) 
187+   [ Here] ( https://github.com/coderefinery/reproducible- python-ml /blob/main/software/environment.yml ) 
188188  you can browse it.
189189
190190For your own projects:
@@ -321,8 +321,8 @@ you realize that you need a new dependency? Or you don't need some dependency an
321321## Pinning package versions  
322322
323323Let us look at the
324- [ environment.yml] ( https://github.com/coderefinery/python-progression /blob/main/software/environment.yml ) 
325- which we used to set up the environment for this progression  course.
324+ [ environment.yml] ( https://github.com/coderefinery/reproducible- python-ml /blob/main/software/environment.yml ) 
325+ which we used to set up the environment for this course.
326326Dependencies are listed without version numbers. Should we ** pin the
327327versions** ?
328328
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments