Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 2.29 KB

Install_windows.md

File metadata and controls

48 lines (33 loc) · 2.29 KB

Installation of OSMSG on Windows

Instructions are created using Anaconda Navigator GUI

  1. Install Anaconda / Miniconda on your machine

    Documentation Link : https://docs.anaconda.com/anaconda/install/windows/

    If you already use conda env than you can skip this part

  2. Create your virtualenv with Python 3.8.16

    Tested with python 3.8.16 , May work on other python versions

    • You can create virtualenv with anaconda navigator GUI or From commandline itself

      • Launch Anaconda Navigator , Click on Environments , Click on Create and Choose Python 3.8.16 , Nave your env and Create image
  3. Install Osmium

    • Click on your newly created venv

    • Search for Not installed libraries and Find Osmium-tool & Install, If it is not available You may need to update Channels and add https://anaconda.org/conda-forge

    https://anaconda.org/conda-forge/osmium-tool image

  4. Install Osmsg

    Launch the terminal, Open Anaconda3 Prompt from Start bar or click on this icon to open terminal or You can open your cmd and activate your venv with conda activate yourvenv_name
    image

    • Hit following command once promot appears , make sure it has your virtualenv name on left corner of terminal image
    pip install osmsg
    
    • Navigate to your dir where you want to generate stats and start right away , see the help or follow readme for instruction
    osmsg -h 
    
    • For eg : Test stats for last hour
    osmsg --last_hour --changeset --charts
    

    image

    • Once it is Done , Navigate to your dir with your Windows explorer where you produced stats you should find your desired stat files