Skip to content

Commit

Permalink
fix: updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Kierst01 committed Jan 31, 2024
1 parent 4cb6173 commit b76e6c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,8 @@ This Python package is useful for users seeking an integrated solution for passw
There are many password related packages already on the PyPI server. We have selected a few key examples that complete the same functions as our package. An example of a package that is similar to our password_creator function can be found [here](https://pypi.org/project/easy-password-generator/). Similarly, there are also other packages that check for the strength of passwords, one of which can be seen [here](https://pypi.org/project/password-strength/), this is similar to our password_strength function. There is also a [password encryption package](https://pypi.org/project/password/) which does the same thing as our password_encryption functions. However, there were no password decryption specific function on PyPI. The advantage of our package lies in its comprehensive suite of password-related functions, complemented by an original and intuitive algorithm that demonstrates the fundamental principles of password encryption and decryption.

## Installation
To use the release 2.0.0, clone the repository to your local machine. In the root directory run the following commands to install `passwordler` locally:
To install `passwordler` type the following command into your terminal:
```
$ conda create --name passwordler python=3.11 -y
$ conda activate passwordler
$ pip install poetry
$ poetry install
$ pip install passwordler
```
## Documentation
Expand Down

0 comments on commit b76e6c3

Please sign in to comment.