Metadata-Version: 2.1
Name: highway-star
Version: 0.0.5
Summary: A library to scrap content from wikipedia categories
Home-page: https://github.com/matheo-daly/highway_star
Author: Mathéo Daly
Author-email: matheodaly.md@gmail.com
License: UNKNOWN
Description: :star: :guitar: :octocat: :godmode:
        # highway_star
        scrap biographies of celebrities on wikipedia that committed suicide and plot their life course
        
        # HOW TO RUN LOCALLY 
        
        ## Using virtual environment 
        
        ### On Linux/MacOS
        start by creating a virtual environment with the command line
        
        ```python3 -m venv env```
        
        then, activate it with :
        
        ```source env/bin/activate```
        
        install requirements
        
        ``python3 -m pip install -r requirements.txt``
        
        finally, run main
        
        ``python3 main.py``
        
        ### On WINDOWS
        
        start by creating a virtual environment with the command line
        
        ``py -m venv env``
        
        ```python3 -m venv env```
        
        then, activate it with :
        
        ```.\env\Scripts\activate```
        
        install requirements
        
        ``py -m pip install -r requirements.txt``
        
        finally, run main
        
        ``py main.py``
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
