Installation#


Testing your installation#

After installing, you can verify your setup by running the test suite:

  1. Install the testing tools:

    pip install 'fpocketR[test]'
    
  2. Find the fpocketR install location:

    python -c "import fpocketR; print(fpocketR.__file__)"
    
  3. Run pytest in the fpocketR source directory:

    pytest /path/to/fpocketR/
    # or, if you are in the source directory:
    pytest
    

If all tests pass, your installation is working correctly.


Notes:

  • For Windows users, use WSL (Windows Subsystem for Linux) for best compatibility. Guide to installing WSL and Ubuntu

  • For MacOS users: fpocketR is not compatible with arm-based M1/M2 processors (only Intel/x86).