Skip to content

decent-sledding/portaone_test_task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Requirements

  • python 3
  • python3-venv

Debian/Ubuntu

apt-get install python3-venv python3-pip

MacOs

brew install python3 python3-venv python3-pip

2. Setup environment

$: mkdir project && cd project
$: python3 -m venv venv
$: source venv/bin/activate
$: pip install -r requirements.txt

3. Launch the script

(venv) $: ./script.py -f <input_file> -o <results_file>

Additional info

Use test.txt file to quickly check the execution results on simple data

About

Test task for PortaOne's "Become a Developer" program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages