File tree Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Expand file tree Collapse file tree 3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change 99
1010An easy-to-use and lightweight API wrapper for Censys APIs ([ censys.io] ( https://censys.io/ ) ). Python 3.6+ is currently supported.
1111
12- ## Getting Started  
12+ ## Installation  
1313
1414The library can be installed using ` pip ` .
1515
1616``` bash 
1717pip install censys
1818``` 
1919
20+ ## Upgrading  
21+ 
22+ The library can be upgraded using ` pip ` .
23+ 
24+ ``` bash 
25+ pip install --upgrade censys
26+ ``` 
27+ 
28+ ## Getting Started  
29+ 
2030To configure your search credentials run ` censys config `  or set both ` CENSYS_API_ID `  and ` CENSYS_API_SECRET `  environment variables.
2131
2232``` bash 
@@ -42,14 +52,6 @@ Successfully authenticated
4252
4353[ ![ Read the Docs] ( https://github.com/censys/censys-python/blob/main/docs/_static/readthedocs.png )] ( https://censys-python.readthedocs.io/ ) 
4454
45- ## Upgrading  
46- 
47- The library can be upgraded using ` pip ` .
48- 
49- ``` bash 
50- pip install --upgrade censys
51- ``` 
52- 
5355## Resources  
5456
5557-  [ Source] ( https://github.com/censys/censys-python ) 
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ Install dependencies via ``pip``:
2727
2828.. prompt :: bash $ 
2929
30+    cd censys-python/
3031   pip install -e ".[dev]"
3132
3233Run the test suite with ``pytest ``. More information about testing is available at :ref: `testing:Testing `.
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ The User Guide
2828   :maxdepth:  1 
2929
3030   quick-start 
31-    usage-v1 
3231   usage-v2 
32+    usage-v1 
3333   usage-asm 
3434   advanced-usage 
3535
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments