mirror of
				https://github.com/facebookresearch/pytorch3d.git
				synced 2025-11-04 18:02:14 +08:00 
			
		
		
		
	Deduplicate installation instructions
Summary: Remove abbreviated installation instructions from the homepage because they confuse. Reviewed By: gkioxari Differential Revision: D22160787 fbshipit-source-id: 8eb81030727f71951f8785f71c0a332ef58e790c
This commit is contained in:
		
							parent
							
								
									daf9eac801
								
							
						
					
					
						commit
						38eadb75e2
					
				@ -132,8 +132,9 @@ loss_chamfer, _ = chamfer_distance(sample_sphere, sample_test)
 | 
			
		||||
          <ol>
 | 
			
		||||
            <li>
 | 
			
		||||
              <strong>Install PyTorch3D:</strong>
 | 
			
		||||
              <MarkdownBlock>{bash`conda install pytorch torchvision -c pytorch  # OSX only
 | 
			
		||||
conda install pytorch3d -c pytorch3d  # all systems`}</MarkdownBlock>
 | 
			
		||||
              <p>See the instructions
 | 
			
		||||
              <a href="https://github.com/facebookresearch/pytorch3d/blob/master/INSTALL.md">here</a>.
 | 
			
		||||
              </p>
 | 
			
		||||
            </li>
 | 
			
		||||
            <li>
 | 
			
		||||
              <strong>Try a few 3D operators  </strong>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user