Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrigido um erro de digitação no Readme e tambem o processo de instalação e colaboração ainda referenciavam a biblioteca de visão. corrigi para que referenciassem a lib correta
  • Loading branch information
Alexsandr0x authored Mar 14, 2024
1 parent 07f3a70 commit 798740a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NeonPathPlanning
Simplify autonomous navigation wit different path planning algorithms
Simplify autonomous navigation with different path planning algorithms


## Requirements
Expand All @@ -9,7 +9,7 @@ Simplify autonomous navigation wit different path planning algorithms
## Installation
Use the code below to install the package from PyPI:

`pip install pySSLVision`
`pip install NeonPathPlanning`


## Overview
Expand All @@ -23,11 +23,11 @@ Current implemented:
## Colaboration Guide
In order to colaborate with this repository, clone this repository:

`git clone https://github.com/project-neon/pySSLVision`
`git clone https://github.com/project-neon/NeonPathPlanning`

Open directory

`cd pySSLVision`
`cd NeonPathPlanning`

Then install dependencies

Expand All @@ -39,4 +39,4 @@ Finally, install the package


Remember to use the Project Neon guidelines to git:
https://github.com/project-neon/codestyleguide/blob/master/git.md
https://github.com/project-neon/codestyleguide/blob/master/git.md

0 comments on commit 798740a

Please sign in to comment.