Skip to content

stariluz/olibri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Steps for use Poetry

(This installation is for windows) This steps are better explained in the official documentation of Poetry.

Install pipx

py -m pip install --user pipx

If this warning appear:

WARNING: The script pipx.exe is installed in `<USER folder>/AppData/Roaming/Python/Python3x/Scripts` which is not on PATH

Go to the mentioned folder. Enter the following line (even if you did not get the warning):

./pipx.exe ensurepath

Install poetry

pipx install poetry

Upgrade poetry

pipx upgrade poetry

Uninstall poetry

pipx uninstall poetry

In initialized proyects

About

This is my project to create my first app social web to create posts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published