mirror of
				https://github.com/facebookresearch/pytorch3d.git
				synced 2025-11-04 18:02:14 +08:00 
			
		
		
		
	Remove installation instructions from tutorial website.
Summary: Now installation is a bit complicated, remove this instruction from the website and redirect to the notebooks themselves. Reviewed By: nikhilaravi Differential Revision: D24860588 fbshipit-source-id: 3bf1af3cdb69b564492fb01a5a5ba40203f3858e
This commit is contained in:
		
							parent
							
								
									de7af4a704
								
							
						
					
					
						commit
						47fafe2cce
					
				@ -58,12 +58,10 @@ class TutorialHome extends React.Component {
 | 
			
		||||
            <p>
 | 
			
		||||
              {' '}
 | 
			
		||||
              You can modify the code and experiment with varying different
 | 
			
		||||
              settings. Remember to install pytorch, torchvision, fvcore and
 | 
			
		||||
              pytorch3d in the first cell of the colab notebook by running:{' '}
 | 
			
		||||
              settings. Remember to install the latest stable version of
 | 
			
		||||
              pytorch3d and its dependencies. Code to do this with pip is
 | 
			
		||||
              provided in each notebook.{' '}
 | 
			
		||||
            </p>
 | 
			
		||||
            <MarkdownBlock>{bash`!pip install torch torchvision
 | 
			
		||||
!pip install 'git+https://github.com/facebookresearch/pytorch3d.git@stable'`}</MarkdownBlock>
 | 
			
		||||
            This installs the latest stable version of PyTorch3D from github.
 | 
			
		||||
            <h3> Run locally </h3>
 | 
			
		||||
            <p>
 | 
			
		||||
              {' '}
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user