Skip to content

Commit

Permalink
Add README note about importing functions within Python
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Aug 16, 2024
1 parent dfa21ba commit 85dbff7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ Alternatively, you can install it from this repository directly:
cd Steganography
python3 setup.py install

After installation, use the `stegolsb` command in the terminal or import
functions from `stego_lsb` in your code.

## Byte Sequence Manipulation

bit_manipulation provides the ability to (quickly) interleave the bytes of a
Expand Down

0 comments on commit 85dbff7

Please sign in to comment.