Cleaned headers info

This commit is contained in:
Cédric Bonhomme 2019-06-07 22:56:18 +02:00
parent e7017e61a6
commit 5122f204f6
No known key found for this signature in database
GPG key ID: A1CB94DE57B7A70D
19 changed files with 44 additions and 44 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env python
#-*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
# Stegano - Stegano is a basic Python Steganography module.
# Stegano - Stegano is a pure Python steganography module.
# Copyright (C) 2010-2019 Cédric Bonhomme - https://www.cedricbonhomme.org
#
# For more information : https://github.com/cedricbonhomme/Stegano
@ -28,7 +28,7 @@ __license__ = "GPLv3"
try:
from stegano import lsb
except:
print("Install Stegano: sudo pip install Stegano")
print("Install Stegano: pipx install Stegano")
from stegano import tools