Skip to main content

Tweet archiver for use with doltpy (awaiting conversion to be able to be installed as a module)

Project description

OSX

  • Python 3.9+ Is Required

For MacPorts

sudo port install python39 py39-pip py39-setuptools py39-setuptools py39-psycopg2 openssl freetype
# sudo port install py39-numpy # (OR) brew install openblas

sudo port select --set python3 python39
sudo port select --set pip3 pip39

# Instructions For Variables
# https://stackoverflow.com/a/65072442/6828099
# https://stackoverflow.com/a/60748789/6828099

export PATH=/opt/local/lib/postgresql13/bin/:$PATH
export LDFLAGS="-L/opt/local/lib"
export CPPFLAGS="-I/opt/local/include"

# You may need to specify --no-cache-dir after install
pip3 install -r requirements.txt

For HomeBrew

# These instructions assume using a venv
brew install mysql postgresql python3

export PATH=/usr/local/Cellar/postgresql/13.2_1/bin:$PATH

# You may need to specify --no-cache-dir after install
pip3 install -r requirements.txt

RPi

# Install Python 3.9
cd /usr/src

# Download and Extract Python 3.9
sudo wget https://www.python.org/ftp/python/3.9.1/Python-3.9.1.tgz
sudo tar xvf Python-3.9.1.tgz

# Install Build Tools
sudo apt-get update
sudo apt-get install -y build-essential tk-dev libncurses5-dev libncursesw5-dev libreadline6-dev libdb5.3-dev libgdbm-dev libsqlite3-dev libssl-dev libbz2-dev libexpat1-dev liblzma-dev zlib1g-dev libffi-dev

# Build Python 3.9
cd Python-3.9.1
sudo ./configure --enable-optimizations
sudo make altinstall

# Symlink Python (You May Need To Add /usr/local/bin/ To Your Executable Path)
sudo ln -s /usr/local/bin/python3.9 /usr/local/bin/python
sudo ln -s /usr/local/bin/python3.9 /usr/local/bin/python3

# OPTIONAL (Disable Built In Python)
sudo chmod -x /usr/bin/python
sudo chmod -x /usr/bin/python3

# Install Pip, Wheel, and SetupTools
python3 -m pip install --upgrade pip setuptools wheel

# Install postgres-dev For psycopg2
sudo apt-get install libpq-dev

# You may need to specify --no-cache-dir after install
pip3 install -r requirements.txt

Deprecated RPI Instructions (Due To 3.7 Being The Latest Release and Requirement For 3.9+)

# Install Missing Libraries
sudo apt-get install libfreetype6-dev libopenjp2-7 libtiff5

# You may need to specify --no-cache-dir after install
pip3 install -r requirements.txt

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

DigitalRover-0.0.1.tar.gz (57.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

DigitalRover-0.0.1-py3-none-any.whl (73.1 kB view details)

Uploaded Python 3

File details

Details for the file DigitalRover-0.0.1.tar.gz.

File metadata

  • Download URL: DigitalRover-0.0.1.tar.gz
  • Upload date:
  • Size: 57.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.2

File hashes

Hashes for DigitalRover-0.0.1.tar.gz
Algorithm Hash digest
SHA256 60b4f930872fd1a834682c50169ca03bb632f86469eb2e2e6ccad68977a9a182
MD5 cc0d01cdf525b2d57c125b1b8b6d103e
BLAKE2b-256 f89d510698adbefb29220671b15a1a5bf8985070efac0b9a7db4c3a4293b19b7

See more details on using hashes here.

File details

Details for the file DigitalRover-0.0.1-py3-none-any.whl.

File metadata

  • Download URL: DigitalRover-0.0.1-py3-none-any.whl
  • Upload date:
  • Size: 73.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.1 importlib_metadata/3.7.3 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.2

File hashes

Hashes for DigitalRover-0.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3beae1e32ea07aa0d3c296f855866e0b80a47752795d4d758997845ff9662adc
MD5 d5f7031f73aca916e633eb8b2c0a3e99
BLAKE2b-256 49de16aaab7b4120fd57bbf064da141de88cb8ac5fcb73ee1b77ef3e5b6f73a9

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page