Skip to content

kensanata/VF-1

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is up to date with solderpunk/VF-1:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

VF-1

Command line gopher client. High speed, low drag.

Installation

Ideally, you would install VF-1 as follows:

pip3 install VF-1

This should install the command vf1 in either /usr/local/bin, /usr/bin, or ~/.local/bin.

Alternatively, check out the source code and install it as follows:

pip3 install .

If you're a developer, you probably want an "editable" installation:

pip3 install --editable .

If you're a developer on a Windows machine and your pip is broken, you can also install as follows:

python3 setup.py install

And finally, if you just can't install it, just run the vf1.py file directly.

python3 vf1.py

About

Command line gopher client. High speed, low drag.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 66.2%
  • Roff 33.3%
  • Makefile 0.5%