Skip to content

hippolytemayard/certainty-pooling-mil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

certainty-pooling-mil

Installation

Library requirements

  • Pyenv 2.3.9
    • Python 3.10.5
  • Poetry 1.5.1

Install Pyenv

curl https://pyenv.run | bash

Then, add pyenv bin directory in your shell configuration file ~/.bashrc or ~/.zshrc

export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)

Finally reload you shell

source ~/.bashrc

Install Poetry

curl -sSL https://install.python-poetry.org | python3 -

Then, add poetry's bin directory in your shell configuration file ~/.bashrc or ~/.zshrc

export PATH="/home/ubuntu/.local/bin:$PATH"

Finally reload you shell

source ~/.bashrc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published