mirror of
				https://github.com/graphql-python/graphene.git
				synced 2025-11-04 09:57:41 +03:00 
			
		
		
		
	Updated graphene readmes fixing graphene dev installation
This commit is contained in:
		
							parent
							
								
									a2b6d3dd05
								
							
						
					
					
						commit
						5c6971a608
					
				| 
						 | 
				
			
			@ -23,11 +23,11 @@ Graphene also supports *SQLAlchemy*!
 | 
			
		|||
For instaling graphene, just run this command in your shell
 | 
			
		||||
 | 
			
		||||
```bash
 | 
			
		||||
pip install graphene>=1.0.dev
 | 
			
		||||
pip install "graphene>=1.0.dev"
 | 
			
		||||
# In case of need Django model support
 | 
			
		||||
pip install graphene-django>=1.0.dev
 | 
			
		||||
pip install "graphene-django>=1.0.dev"
 | 
			
		||||
# Or in case of need SQLAlchemy support
 | 
			
		||||
pip install graphene-sqlalchemy>=1.0.dev
 | 
			
		||||
pip install "graphene-sqlalchemy>=1.0.dev"
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## 1.0 Upgrade Guide
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,11 +34,11 @@ For instaling graphene, just run this command in your shell
 | 
			
		|||
 | 
			
		||||
.. code:: bash
 | 
			
		||||
 | 
			
		||||
    pip install graphene>=1.0.dev
 | 
			
		||||
    pip install "graphene>=1.0.dev"
 | 
			
		||||
    # In case of need Django model support
 | 
			
		||||
    pip install graphene-django>=1.0.dev
 | 
			
		||||
    pip install "graphene-django>=1.0.dev"
 | 
			
		||||
    # Or in case of need SQLAlchemy support
 | 
			
		||||
    pip install graphene-sqlalchemy>=1.0.dev
 | 
			
		||||
    pip install "graphene-sqlalchemy>=1.0.dev"
 | 
			
		||||
 | 
			
		||||
1.0 Upgrade Guide
 | 
			
		||||
-----------------
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue
	
	Block a user