Skip to content

Ronkiji/FIAM-hack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FIAM-hack

Installation

Rye is not a necesary dependency but does make it much simpler. You can still create a virtual environment and install using the requirements.lock file

This project uses Rye for dependency management. Follow these steps to set up the project:

Instructions for installation on windows are on the Rye site

  1. Install Rye if you haven't already (this is for MacOS):

    curl -sSf https://rye.astral.sh/get | bash
    
    
  2. Clone the repository (or git pull if you've already cloned):

  3. Install dependencies using Rye:

    rye sync
    

This will create a virtual environment and install all the required dependencies specified in the pyproject.toml file.

Mac OS: 4. Activate the virtual environment (from main dir):

. .venv/bin/activate

Windows OS: 4. Open Windows PowerShell (Admin): Press

Ctr + X

Then select Windows PowerShell (Admin)

  1. Check if you have permission to run scripts:
Get-ExecutionPolicy

Then press enter

If you get the output

RemoteSigned

skip the next step

  1. Allow system to run scripts:

    Set-ExecutionPolicy RemoteSigned
    

    Then press enter and type Y to confirm change

  2. Activate the virtual environment (from main dir):

    .\.venv\Scripts\activate
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages